Clover icon

jsoup Java HTML Parser 1.12.2-SNAPSHOT

  1. Project Clover database Thu May 4 2023 21:58:36 CDT
  2. Package org.jsoup.mytests

File RegressionTest1.java

 

Code metrics

1,000
10,821
500
1
13,253
12,539
1,105
0.1
21.64
500
2.21

Classes

Class Line # Actions
RegressionTest1 8 10,821 0% 1,105 1,105
0.910315791%
 

Contributing tests

This file is covered by 500 tests. .

Source view

1    package org.jsoup.mytests;
2   
3    import org.junit.FixMethodOrder;
4    import org.junit.Test;
5    import org.junit.runners.MethodSorters;
6   
7    @FixMethodOrder(MethodSorters.NAME_ASCENDING)
 
8    public class RegressionTest1 {
9   
10    public static boolean debug = false;
11   
 
12  1 toggle @Test
13    public void test0501() throws Throwable {
14  1 if (debug)
15  0 System.out.format("%n%s%n", "RegressionTest1.test0501");
16  1 java.io.InputStream inputStream0 = null;
17  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream3 = new org.jsoup.internal.ConstrainableInputStream(inputStream0, 1, (int) (byte) 0);
18  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream6 = constrainableInputStream3.timeout((long) ' ', (long) (short) 1);
19  1 byte[] byteArray8 = new byte[] { (byte) -1 };
20    // The following exception was thrown during execution in test generation
21  1 try {
22  1 int int9 = constrainableInputStream3.read(byteArray8);
23  0 org.junit.Assert.fail("Expected exception of type java.net.SocketTimeoutException; message: Read timeout");
24    } catch (java.net.SocketTimeoutException e) {
25    // Expected exception.
26    }
27  1 org.junit.Assert.assertNotNull(constrainableInputStream6);
28  1 org.junit.Assert.assertNotNull(byteArray8);
29  1 org.junit.Assert.assertEquals(java.util.Arrays.toString(byteArray8), "[-1]");
30    }
31   
 
32  1 toggle @Test
33    public void test0502() throws Throwable {
34  1 if (debug)
35  0 System.out.format("%n%s%n", "RegressionTest1.test0502");
36    // The following exception was thrown during execution in test generation
37  1 try {
38  1 org.jsoup.select.Evaluator evaluator1 = org.jsoup.select.QueryParser.parse("");
39  0 org.junit.Assert.fail("Expected exception of type org.jsoup.select.Selector.SelectorParseException; message: Could not parse query '': unexpected token at ''");
40    } catch (org.jsoup.select.Selector.SelectorParseException e) {
41    // Expected exception.
42    }
43    }
44   
 
45  1 toggle @Test
46    public void test0503() throws Throwable {
47  1 if (debug)
48  0 System.out.format("%n%s%n", "RegressionTest1.test0503");
49  1 org.jsoup.select.Evaluator.AttributeWithValueNot attributeWithValueNot2 = new org.jsoup.select.Evaluator.AttributeWithValueNot(":eq(-1)", "#doctype");
50  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
51  1 String str5 = document4.id();
52  1 org.jsoup.select.Elements elements6 = document4.previousElementSiblings();
53  1 org.jsoup.nodes.Document.QuirksMode quirksMode7 = document4.quirksMode();
54  1 boolean boolean9 = document4.hasClass("multipart/form-data");
55  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType12 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
56  1 org.jsoup.nodes.Document document14 = org.jsoup.Jsoup.parseBodyFragment("hi!");
57  1 String str15 = document14.wholeText();
58  1 org.jsoup.nodes.Document document17 = org.jsoup.Jsoup.parseBodyFragment("hi!");
59  1 String str18 = document17.className();
60  1 boolean boolean19 = isNthLastOfType12.matches((org.jsoup.nodes.Element) document14, (org.jsoup.nodes.Element) document17);
61  1 boolean boolean20 = attributeWithValueNot2.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document14);
62  1 org.jsoup.select.NodeFilter nodeFilter21 = null;
63    // The following exception was thrown during execution in test generation
64  1 try {
65  1 org.jsoup.nodes.Node node22 = document14.filter(nodeFilter21);
66  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
67    } catch (IllegalArgumentException e) {
68    // Expected exception.
69    }
70  1 org.junit.Assert.assertNotNull(document4);
71  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
72  1 org.junit.Assert.assertNotNull(elements6);
73  1 org.junit.Assert.assertTrue("'" + quirksMode7 + "' != '" + org.jsoup.nodes.Document.QuirksMode.noQuirks + "'", quirksMode7.equals(org.jsoup.nodes.Document.QuirksMode.noQuirks));
74  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
75  1 org.junit.Assert.assertNotNull(document14);
76  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "hi!" + "'", str15, "hi!");
77  1 org.junit.Assert.assertNotNull(document17);
78  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "" + "'", str18, "");
79  1 org.junit.Assert.assertTrue("'" + boolean19 + "' != '" + false + "'", boolean19 == false);
80  1 org.junit.Assert.assertTrue("'" + boolean20 + "' != '" + true + "'", boolean20 == true);
81    }
82   
 
83  1 toggle @Test
84    public void test0504() throws Throwable {
85  1 if (debug)
86  0 System.out.format("%n%s%n", "RegressionTest1.test0504");
87  1 org.jsoup.parser.ParseErrorList parseErrorList0 = org.jsoup.parser.ParseErrorList.noTracking();
88  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor1 = parseErrorList0.listIterator();
89  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream2 = parseErrorList0.parallelStream();
90  1 int int3 = parseErrorList0.size();
91  1 org.junit.Assert.assertNotNull(parseErrorList0);
92  1 org.junit.Assert.assertNotNull(parseErrorItor1);
93  1 org.junit.Assert.assertNotNull(parseErrorStream2);
94  1 org.junit.Assert.assertTrue("'" + int3 + "' != '" + 0 + "'", int3 == 0);
95    }
96   
 
97  1 toggle @Test
98    public void test0505() throws Throwable {
99  1 if (debug)
100  0 System.out.format("%n%s%n", "RegressionTest1.test0505");
101  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
102  1 String str2 = document1.id();
103  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
104  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
105  1 boolean boolean6 = elements3.equals((Object) 1.0d);
106  1 String str7 = elements3.text();
107  1 org.jsoup.select.Elements elements9 = elements3.wrap("#root");
108  1 org.jsoup.select.Elements elements11 = elements9.toggleClass("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
109  1 org.jsoup.select.Elements elements13 = elements9.html("#text");
110  1 org.jsoup.select.Elements elements15 = elements9.removeClass(":last-of-type");
111  1 org.jsoup.select.Elements elements16 = elements9.next();
112  1 org.jsoup.select.Elements elements18 = elements16.eq(100);
113  1 org.junit.Assert.assertNotNull(document1);
114  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
115  1 org.junit.Assert.assertNotNull(elements3);
116  1 org.junit.Assert.assertNotNull(elementItor4);
117  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
118  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
119  1 org.junit.Assert.assertNotNull(elements9);
120  1 org.junit.Assert.assertNotNull(elements11);
121  1 org.junit.Assert.assertNotNull(elements13);
122  1 org.junit.Assert.assertNotNull(elements15);
123  1 org.junit.Assert.assertNotNull(elements16);
124  1 org.junit.Assert.assertNotNull(elements18);
125    }
126   
 
127  1 toggle @Test
128    public void test0506() throws Throwable {
129  1 if (debug)
130  0 System.out.format("%n%s%n", "RegressionTest1.test0506");
131  1 org.jsoup.select.Evaluator evaluator0 = null;
132  1 org.jsoup.nodes.Document document2 = org.jsoup.Jsoup.parseBodyFragment("hi!");
133  1 String str3 = document2.wholeText();
134  1 org.jsoup.select.Elements elements4 = document2.parents();
135  1 org.jsoup.nodes.Element element5 = document2.shallowClone();
136  1 Object obj6 = null;
137  1 boolean boolean7 = document2.hasSameValue(obj6);
138  1 org.jsoup.nodes.Element element9 = document2.appendText("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
139    // The following exception was thrown during execution in test generation
140  1 try {
141  1 org.jsoup.select.Elements elements10 = org.jsoup.select.Selector.select(evaluator0, element9);
142  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
143    } catch (IllegalArgumentException e) {
144    // Expected exception.
145    }
146  1 org.junit.Assert.assertNotNull(document2);
147  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "hi!" + "'", str3, "hi!");
148  1 org.junit.Assert.assertNotNull(elements4);
149  1 org.junit.Assert.assertNotNull(element5);
150  1 org.junit.Assert.assertTrue("'" + boolean7 + "' != '" + false + "'", boolean7 == false);
151  1 org.junit.Assert.assertNotNull(element9);
152    }
153   
 
154  1 toggle @Test
155    public void test0507() throws Throwable {
156  1 if (debug)
157  0 System.out.format("%n%s%n", "RegressionTest1.test0507");
158  1 org.jsoup.select.Evaluator.Tag tag1 = new org.jsoup.select.Evaluator.Tag("#text");
159  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan3 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
160  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType6 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
161  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parseBodyFragment("hi!");
162  1 String str9 = document8.id();
163  1 org.jsoup.select.Elements elements10 = document8.previousElementSiblings();
164  1 org.jsoup.nodes.Element element11 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType6, (org.jsoup.nodes.Element) document8);
165  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
166  1 String str14 = document13.className();
167  1 String str15 = document13.outerHtml();
168  1 org.jsoup.nodes.Document document17 = org.jsoup.Jsoup.parseBodyFragment("hi!");
169  1 String str18 = document17.id();
170  1 String str19 = document17.baseUri();
171  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan21 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
172  1 boolean boolean22 = document17.is((org.jsoup.select.Evaluator) indexLessThan21);
173  1 boolean boolean23 = isNthLastOfType6.matches((org.jsoup.nodes.Element) document13, (org.jsoup.nodes.Element) document17);
174  1 String str24 = document17.cssSelector();
175  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
176  1 String str27 = document26.className();
177  1 String str28 = document26.outerHtml();
178  1 boolean boolean30 = document26.hasSameValue((Object) 1);
179  1 boolean boolean31 = indexLessThan3.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document26);
180  1 org.jsoup.parser.Parser parser32 = document17.parser();
181  1 String str33 = document17.val();
182  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType36 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
183  1 org.jsoup.nodes.Document document38 = org.jsoup.Jsoup.parseBodyFragment("hi!");
184  1 String str39 = document38.className();
185  1 String str40 = document38.outerHtml();
186  1 boolean boolean42 = document38.hasSameValue((Object) 1);
187  1 String str43 = document38.tagName();
188  1 org.jsoup.nodes.Document document45 = org.jsoup.Jsoup.parseBodyFragment("hi!");
189  1 org.jsoup.nodes.Element element47 = document45.val("hi!");
190  1 boolean boolean48 = isNthLastOfType36.matches((org.jsoup.nodes.Element) document38, element47);
191  1 boolean boolean49 = tag1.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document38);
192  1 org.jsoup.nodes.TextNode textNode52 = org.jsoup.nodes.TextNode.createFromEncoded("hi!", "hi!");
193  1 org.jsoup.nodes.Node node53 = textNode52.root();
194  1 String str55 = textNode52.absUrl("#declaration");
195    // The following exception was thrown during execution in test generation
196  1 try {
197  1 org.jsoup.nodes.Node node56 = document17.before((org.jsoup.nodes.Node) textNode52);
198  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
199    } catch (IllegalArgumentException e) {
200    // Expected exception.
201    }
202  1 org.junit.Assert.assertNotNull(document8);
203  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
204  1 org.junit.Assert.assertNotNull(elements10);
205  1 org.junit.Assert.assertNull(element11);
206  1 org.junit.Assert.assertNotNull(document13);
207  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
208  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str15, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
209  1 org.junit.Assert.assertNotNull(document17);
210  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "" + "'", str18, "");
211  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "" + "'", str19, "");
212  1 org.junit.Assert.assertTrue("'" + boolean22 + "' != '" + false + "'", boolean22 == false);
213  1 org.junit.Assert.assertTrue("'" + boolean23 + "' != '" + false + "'", boolean23 == false);
214  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "#root" + "'", str24, "#root");
215  1 org.junit.Assert.assertNotNull(document26);
216  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
217  1 org.junit.Assert.assertEquals("'" + str28 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str28, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
218  1 org.junit.Assert.assertTrue("'" + boolean30 + "' != '" + false + "'", boolean30 == false);
219  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + true + "'", boolean31 == true);
220  1 org.junit.Assert.assertNull(parser32);
221  1 org.junit.Assert.assertEquals("'" + str33 + "' != '" + "" + "'", str33, "");
222  1 org.junit.Assert.assertNotNull(document38);
223  1 org.junit.Assert.assertEquals("'" + str39 + "' != '" + "" + "'", str39, "");
224  1 org.junit.Assert.assertEquals("'" + str40 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str40, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
225  1 org.junit.Assert.assertTrue("'" + boolean42 + "' != '" + false + "'", boolean42 == false);
226  1 org.junit.Assert.assertEquals("'" + str43 + "' != '" + "#root" + "'", str43, "#root");
227  1 org.junit.Assert.assertNotNull(document45);
228  1 org.junit.Assert.assertNotNull(element47);
229  1 org.junit.Assert.assertTrue("'" + boolean48 + "' != '" + false + "'", boolean48 == false);
230  1 org.junit.Assert.assertTrue("'" + boolean49 + "' != '" + false + "'", boolean49 == false);
231  1 org.junit.Assert.assertNotNull(textNode52);
232  1 org.junit.Assert.assertNotNull(node53);
233  1 org.junit.Assert.assertEquals("'" + str55 + "' != '" + "" + "'", str55, "");
234    }
235   
 
236  1 toggle @Test
237    public void test0508() throws Throwable {
238  1 if (debug)
239  0 System.out.format("%n%s%n", "RegressionTest1.test0508");
240  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
241  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
242  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
243  1 org.jsoup.Connection connection4 = httpConnection0.ignoreContentType(true);
244  1 org.jsoup.Connection connection7 = httpConnection0.cookie("amultipart", "<!#root!>");
245  1 org.junit.Assert.assertNotNull(connection2);
246  1 org.junit.Assert.assertNotNull(connection4);
247  1 org.junit.Assert.assertNotNull(connection7);
248    }
249   
 
250  1 toggle @Test
251    public void test0509() throws Throwable {
252  1 if (debug)
253  0 System.out.format("%n%s%n", "RegressionTest1.test0509");
254  1 org.jsoup.nodes.XmlDeclaration xmlDeclaration3 = new org.jsoup.nodes.XmlDeclaration(":contains(content-encoding)", "SYSTEM", true);
255    }
256   
 
257  1 toggle @Test
258    public void test0510() throws Throwable {
259  1 if (debug)
260  0 System.out.format("%n%s%n", "RegressionTest1.test0510");
261  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
262  1 boolean boolean3 = tokenQueue1.matchesCS("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
263  1 String str4 = tokenQueue1.consumeWord();
264  1 String str5 = tokenQueue1.consumeCssIdentifier();
265  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
266  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "multipart" + "'", str4, "multipart");
267  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
268    }
269   
 
270  1 toggle @Test
271    public void test0511() throws Throwable {
272  1 if (debug)
273  0 System.out.format("%n%s%n", "RegressionTest1.test0511");
274  1 org.jsoup.helper.DataUtil dataUtil0 = new org.jsoup.helper.DataUtil();
275    }
276   
 
277  1 toggle @Test
278    public void test0512() throws Throwable {
279  1 if (debug)
280  0 System.out.format("%n%s%n", "RegressionTest1.test0512");
281  1 org.jsoup.nodes.CDataNode cDataNode1 = new org.jsoup.nodes.CDataNode(" hi!=\"multipart/form-data\"");
282    }
283   
 
284  1 toggle @Test
285    public void test0513() throws Throwable {
286  1 if (debug)
287  0 System.out.format("%n%s%n", "RegressionTest1.test0513");
288  1 java.io.InputStream inputStream2 = null;
289  1 org.jsoup.parser.Parser parser5 = org.jsoup.parser.Parser.htmlParser();
290  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parse(inputStream2, "", "#root", parser5);
291  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser5);
292  1 org.jsoup.select.Elements elements9 = document7.getElementsByIndexLessThan(0);
293  1 String str10 = document7.outerHtml();
294  1 org.junit.Assert.assertNotNull(parser5);
295  1 org.junit.Assert.assertNotNull(document6);
296  1 org.junit.Assert.assertNotNull(document7);
297  1 org.junit.Assert.assertNotNull(elements9);
298  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "<html>\n <head></head> \n <body>\n hi! \n </body>\n</html>" + "'", str10, "<html>\n <head></head> \n <body>\n hi! \n </body>\n</html>");
299    }
300   
 
301  1 toggle @Test
302    public void test0514() throws Throwable {
303  1 if (debug)
304  0 System.out.format("%n%s%n", "RegressionTest1.test0514");
305  1 org.jsoup.nodes.DocumentType documentType3 = new org.jsoup.nodes.DocumentType("application/x-www-form-urlencoded", ":lt(52)", "");
306    }
307   
 
308  1 toggle @Test
309    public void test0515() throws Throwable {
310  1 if (debug)
311  0 System.out.format("%n%s%n", "RegressionTest1.test0515");
312  1 org.jsoup.safety.Whitelist whitelist0 = org.jsoup.safety.Whitelist.relaxed();
313  1 org.junit.Assert.assertNotNull(whitelist0);
314    }
315   
 
316  1 toggle @Test
317    public void test0516() throws Throwable {
318  1 if (debug)
319  0 System.out.format("%n%s%n", "RegressionTest1.test0516");
320  1 org.jsoup.nodes.TextNode textNode1 = org.jsoup.nodes.TextNode.createFromEncoded("");
321  1 int int2 = textNode1.childNodeSize();
322  1 String str3 = textNode1.outerHtml();
323  1 org.junit.Assert.assertNotNull(textNode1);
324  1 org.junit.Assert.assertTrue("'" + int2 + "' != '" + 0 + "'", int2 == 0);
325  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
326    }
327   
 
328  1 toggle @Test
329    public void test0517() throws Throwable {
330  1 if (debug)
331  0 System.out.format("%n%s%n", "RegressionTest1.test0517");
332  1 java.io.InputStream inputStream0 = null;
333  1 org.jsoup.parser.Parser parser3 = org.jsoup.parser.Parser.htmlParser();
334  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parse(inputStream0, "", "#root", parser3);
335  1 org.jsoup.nodes.DocumentType documentType9 = new org.jsoup.nodes.DocumentType("hi!", "#text", "#root", "#document");
336    // The following exception was thrown during execution in test generation
337  1 try {
338  1 org.jsoup.nodes.Element element10 = document4.before((org.jsoup.nodes.Node) documentType9);
339  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
340    } catch (IllegalArgumentException e) {
341    // Expected exception.
342    }
343  1 org.junit.Assert.assertNotNull(parser3);
344  1 org.junit.Assert.assertNotNull(document4);
345    }
346   
 
347  1 toggle @Test
348    public void test0518() throws Throwable {
349  1 if (debug)
350  0 System.out.format("%n%s%n", "RegressionTest1.test0518");
351  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
352  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
353  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
354  1 org.jsoup.Connection connection4 = httpConnection0.ignoreHttpErrors(false);
355  1 org.jsoup.Connection connection7 = httpConnection0.cookie("multipart", "#doctype");
356    // The following exception was thrown during execution in test generation
357  1 try {
358  1 org.jsoup.nodes.Document document8 = httpConnection0.post();
359  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: URL must be specified to connect");
360    } catch (IllegalArgumentException e) {
361    // Expected exception.
362    }
363  1 org.junit.Assert.assertNotNull(connection2);
364  1 org.junit.Assert.assertNotNull(connection4);
365  1 org.junit.Assert.assertNotNull(connection7);
366    }
367   
 
368  1 toggle @Test
369    public void test0519() throws Throwable {
370  1 if (debug)
371  0 System.out.format("%n%s%n", "RegressionTest1.test0519");
372  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan1 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
373  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType4 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
374  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parseBodyFragment("hi!");
375  1 String str7 = document6.id();
376  1 org.jsoup.select.Elements elements8 = document6.previousElementSiblings();
377  1 org.jsoup.nodes.Element element9 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType4, (org.jsoup.nodes.Element) document6);
378  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
379  1 String str12 = document11.className();
380  1 String str13 = document11.outerHtml();
381  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
382  1 String str16 = document15.id();
383  1 String str17 = document15.baseUri();
384  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan19 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
385  1 boolean boolean20 = document15.is((org.jsoup.select.Evaluator) indexLessThan19);
386  1 boolean boolean21 = isNthLastOfType4.matches((org.jsoup.nodes.Element) document11, (org.jsoup.nodes.Element) document15);
387  1 String str22 = document15.cssSelector();
388  1 org.jsoup.nodes.Document document24 = org.jsoup.Jsoup.parseBodyFragment("hi!");
389  1 String str25 = document24.className();
390  1 String str26 = document24.outerHtml();
391  1 boolean boolean28 = document24.hasSameValue((Object) 1);
392  1 boolean boolean29 = indexLessThan1.matches((org.jsoup.nodes.Element) document15, (org.jsoup.nodes.Element) document24);
393  1 org.jsoup.parser.Parser parser30 = document15.parser();
394  1 org.jsoup.select.Elements elements32 = document15.getElementsByIndexGreaterThan((int) (short) -1);
395  1 org.junit.Assert.assertNotNull(document6);
396  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
397  1 org.junit.Assert.assertNotNull(elements8);
398  1 org.junit.Assert.assertNull(element9);
399  1 org.junit.Assert.assertNotNull(document11);
400  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
401  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str13, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
402  1 org.junit.Assert.assertNotNull(document15);
403  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
404  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
405  1 org.junit.Assert.assertTrue("'" + boolean20 + "' != '" + false + "'", boolean20 == false);
406  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
407  1 org.junit.Assert.assertEquals("'" + str22 + "' != '" + "#root" + "'", str22, "#root");
408  1 org.junit.Assert.assertNotNull(document24);
409  1 org.junit.Assert.assertEquals("'" + str25 + "' != '" + "" + "'", str25, "");
410  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str26, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
411  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
412  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
413  1 org.junit.Assert.assertNull(parser30);
414  1 org.junit.Assert.assertNotNull(elements32);
415    }
416   
 
417  1 toggle @Test
418    public void test0520() throws Throwable {
419  1 if (debug)
420  0 System.out.format("%n%s%n", "RegressionTest1.test0520");
421  1 org.jsoup.nodes.Document.OutputSettings outputSettings1 = new org.jsoup.nodes.Document.OutputSettings();
422  1 boolean boolean2 = outputSettings1.outline();
423  1 int int3 = outputSettings1.indentAmount();
424  1 org.jsoup.nodes.Document.OutputSettings.Syntax syntax4 = org.jsoup.nodes.Document.OutputSettings.Syntax.html;
425  1 org.jsoup.nodes.Document.OutputSettings outputSettings5 = outputSettings1.syntax(syntax4);
426  1 java.nio.charset.Charset charset6 = outputSettings5.charset();
427  1 String str7 = org.jsoup.nodes.Entities.escape(":gt(35)", outputSettings5);
428  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
429  1 org.junit.Assert.assertTrue("'" + int3 + "' != '" + 1 + "'", int3 == 1);
430  1 org.junit.Assert.assertTrue("'" + syntax4 + "' != '" + org.jsoup.nodes.Document.OutputSettings.Syntax.html + "'", syntax4.equals(org.jsoup.nodes.Document.OutputSettings.Syntax.html));
431  1 org.junit.Assert.assertNotNull(outputSettings5);
432  1 org.junit.Assert.assertNotNull(charset6);
433  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + ":gt(35)" + "'", str7, ":gt(35)");
434    }
435   
 
436  1 toggle @Test
437    public void test0521() throws Throwable {
438  1 if (debug)
439  0 System.out.format("%n%s%n", "RegressionTest1.test0521");
440  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
441  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
442  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
443  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
444  1 boolean boolean8 = request4.hasHeader("multipart/form-data");
445  1 org.jsoup.helper.HttpConnection httpConnection9 = new org.jsoup.helper.HttpConnection();
446  1 org.jsoup.Connection.Request request10 = httpConnection9.request();
447  1 org.jsoup.Connection.Request request13 = request10.addHeader("multipart/form-data", "hi!");
448  1 org.jsoup.Connection.Method method14 = request10.method();
449  1 org.jsoup.Connection.Request request15 = request4.method(method14);
450  1 org.jsoup.Connection.Request request18 = request15.header(":lt(52)", "[mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/537.36 (khtml, like gecko) chrome/53.0.2785.143 safari/537.36*=#doctype]");
451  1 org.junit.Assert.assertNotNull(request1);
452  1 org.junit.Assert.assertNotNull(request4);
453  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
454  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + true + "'", boolean8 == true);
455  1 org.junit.Assert.assertNotNull(request10);
456  1 org.junit.Assert.assertNotNull(request13);
457  1 org.junit.Assert.assertTrue("'" + method14 + "' != '" + org.jsoup.Connection.Method.GET + "'", method14.equals(org.jsoup.Connection.Method.GET));
458  1 org.junit.Assert.assertNotNull(request15);
459  1 org.junit.Assert.assertNotNull(request18);
460    }
461   
 
462  1 toggle @Test
463    public void test0522() throws Throwable {
464  1 if (debug)
465  0 System.out.format("%n%s%n", "RegressionTest1.test0522");
466  1 org.jsoup.safety.Whitelist whitelist0 = org.jsoup.safety.Whitelist.basicWithImages();
467  1 String[] strArray8 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
468  1 boolean boolean9 = org.jsoup.internal.StringUtil.in("", strArray8);
469  1 boolean boolean10 = org.jsoup.internal.StringUtil.in("", strArray8);
470    // The following exception was thrown during execution in test generation
471  1 try {
472  1 org.jsoup.safety.Whitelist whitelist11 = whitelist0.addTags(strArray8);
473  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: String must not be empty");
474    } catch (IllegalArgumentException e) {
475    // Expected exception.
476    }
477  1 org.junit.Assert.assertNotNull(whitelist0);
478  1 org.junit.Assert.assertNotNull(strArray8);
479  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + true + "'", boolean9 == true);
480  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + true + "'", boolean10 == true);
481    }
482   
 
483  1 toggle @Test
484    public void test0523() throws Throwable {
485  1 if (debug)
486  0 System.out.format("%n%s%n", "RegressionTest1.test0523");
487  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
488  1 String str2 = document1.id();
489  1 boolean boolean3 = document1.hasText();
490  1 org.junit.Assert.assertNotNull(document1);
491  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
492  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + true + "'", boolean3 == true);
493    }
494   
 
495  1 toggle @Test
496    public void test0524() throws Throwable {
497  1 if (debug)
498  0 System.out.format("%n%s%n", "RegressionTest1.test0524");
499  1 org.jsoup.helper.HttpConnection.KeyVal keyVal2 = org.jsoup.helper.HttpConnection.KeyVal.create(" ", "hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!");
500  1 org.junit.Assert.assertNotNull(keyVal2);
501    }
502   
 
503  1 toggle @Test
504    public void test0525() throws Throwable {
505  1 if (debug)
506  0 System.out.format("%n%s%n", "RegressionTest1.test0525");
507  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
508  1 String str2 = document1.wholeText();
509  1 java.util.Set<String> strSet3 = document1.classNames();
510  1 org.junit.Assert.assertNotNull(document1);
511  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "hi!" + "'", str2, "hi!");
512  1 org.junit.Assert.assertNotNull(strSet3);
513    }
514   
 
515  1 toggle @Test
516    public void test0526() throws Throwable {
517  1 if (debug)
518  0 System.out.format("%n%s%n", "RegressionTest1.test0526");
519  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
520  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
521  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
522  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
523  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
524  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
525  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
526  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
527  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
528  1 java.util.Map<String, java.util.List<String>> strMap11 = request10.multiHeaders();
529  1 java.util.Map<String, String> strMap12 = request10.cookies();
530  1 org.jsoup.Connection connection13 = httpConnection0.headers(strMap12);
531  1 java.io.InputStream inputStream16 = null;
532  1 org.jsoup.Connection connection17 = connection13.data("#document", "hi!", inputStream16);
533  1 org.jsoup.helper.HttpConnection httpConnection18 = new org.jsoup.helper.HttpConnection();
534  1 org.jsoup.Connection.Request request19 = httpConnection18.request();
535  1 java.io.InputStream inputStream22 = null;
536  1 org.jsoup.Connection connection24 = httpConnection18.data("#root", "Content-Encoding", inputStream22, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
537  1 org.jsoup.helper.HttpConnection httpConnection25 = new org.jsoup.helper.HttpConnection();
538  1 org.jsoup.Connection.Request request26 = httpConnection25.request();
539  1 org.jsoup.Connection.Request request29 = request26.addHeader("multipart/form-data", "hi!");
540  1 java.util.Map<String, java.util.List<String>> strMap30 = request29.multiHeaders();
541  1 java.util.Map<String, String> strMap31 = request29.cookies();
542  1 org.jsoup.Connection connection32 = httpConnection18.headers(strMap31);
543  1 org.jsoup.Connection connection33 = connection13.data(strMap31);
544  1 org.junit.Assert.assertNotNull(connection2);
545  1 org.junit.Assert.assertNotNull(connection4);
546  1 org.junit.Assert.assertNotNull(request5);
547  1 org.junit.Assert.assertNotNull(request7);
548  1 org.junit.Assert.assertNotNull(request10);
549  1 org.junit.Assert.assertNotNull(strMap11);
550  1 org.junit.Assert.assertNotNull(strMap12);
551  1 org.junit.Assert.assertNotNull(connection13);
552  1 org.junit.Assert.assertNotNull(connection17);
553  1 org.junit.Assert.assertNotNull(request19);
554  1 org.junit.Assert.assertNotNull(connection24);
555  1 org.junit.Assert.assertNotNull(request26);
556  1 org.junit.Assert.assertNotNull(request29);
557  1 org.junit.Assert.assertNotNull(strMap30);
558  1 org.junit.Assert.assertNotNull(strMap31);
559  1 org.junit.Assert.assertNotNull(connection32);
560  1 org.junit.Assert.assertNotNull(connection33);
561    }
562   
 
563  1 toggle @Test
564    public void test0527() throws Throwable {
565  1 if (debug)
566  0 System.out.format("%n%s%n", "RegressionTest1.test0527");
567  1 org.jsoup.nodes.XmlDeclaration xmlDeclaration3 = new org.jsoup.nodes.XmlDeclaration("#root", "#root", true);
568  1 String str4 = xmlDeclaration3.nodeName();
569  1 String str5 = xmlDeclaration3.name();
570  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "#declaration" + "'", str4, "#declaration");
571  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "#root" + "'", str5, "#root");
572    }
573   
 
574  1 toggle @Test
575    public void test0528() throws Throwable {
576  1 if (debug)
577  0 System.out.format("%n%s%n", "RegressionTest1.test0528");
578  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
579  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
580  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
581  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
582  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
583  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
584  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
585  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
586  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
587  1 java.util.Map<String, java.util.List<String>> strMap11 = request10.multiHeaders();
588  1 java.util.Map<String, String> strMap12 = request10.cookies();
589  1 org.jsoup.Connection connection13 = httpConnection0.headers(strMap12);
590  1 java.io.InputStream inputStream16 = null;
591  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream19 = new org.jsoup.internal.ConstrainableInputStream(inputStream16, 1, (int) (byte) 0);
592  1 org.jsoup.Connection connection20 = httpConnection0.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream19);
593    // The following exception was thrown during execution in test generation
594  1 try {
595  1 java.nio.ByteBuffer byteBuffer22 = constrainableInputStream19.readToByteBuffer(0);
596  0 org.junit.Assert.fail("Expected exception of type java.io.IOException; message: Stream closed");
597    } catch (java.io.IOException e) {
598    // Expected exception.
599    }
600  1 org.junit.Assert.assertNotNull(connection2);
601  1 org.junit.Assert.assertNotNull(connection4);
602  1 org.junit.Assert.assertNotNull(request5);
603  1 org.junit.Assert.assertNotNull(request7);
604  1 org.junit.Assert.assertNotNull(request10);
605  1 org.junit.Assert.assertNotNull(strMap11);
606  1 org.junit.Assert.assertNotNull(strMap12);
607  1 org.junit.Assert.assertNotNull(connection13);
608  1 org.junit.Assert.assertNotNull(connection20);
609    }
610   
 
611  1 toggle @Test
612    public void test0529() throws Throwable {
613  1 if (debug)
614  0 System.out.format("%n%s%n", "RegressionTest1.test0529");
615  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
616  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
617  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
618  1 java.util.Map<String, java.util.List<String>> strMap5 = request4.multiHeaders();
619  1 org.jsoup.Connection.Request request7 = request4.ignoreHttpErrors(true);
620  1 java.net.URL uRL8 = request7.url();
621  1 java.util.List<String> strList10 = request7.headers("[]");
622  1 java.util.Map<String, String> strMap11 = request7.cookies();
623  1 org.junit.Assert.assertNotNull(request1);
624  1 org.junit.Assert.assertNotNull(request4);
625  1 org.junit.Assert.assertNotNull(strMap5);
626  1 org.junit.Assert.assertNotNull(request7);
627  1 org.junit.Assert.assertNull(uRL8);
628  1 org.junit.Assert.assertNotNull(strList10);
629  1 org.junit.Assert.assertNotNull(strMap11);
630    }
631   
 
632  1 toggle @Test
633    public void test0530() throws Throwable {
634  1 if (debug)
635  0 System.out.format("%n%s%n", "RegressionTest1.test0530");
636  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
637  1 String str2 = document1.id();
638  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
639  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
640  1 org.jsoup.select.Elements elements6 = elements5.empty();
641  1 org.junit.Assert.assertNotNull(document1);
642  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
643  1 org.junit.Assert.assertNotNull(elements3);
644  1 org.junit.Assert.assertNotNull(elements5);
645  1 org.junit.Assert.assertNotNull(elements6);
646    }
647   
 
648  1 toggle @Test
649    public void test0531() throws Throwable {
650  1 if (debug)
651  0 System.out.format("%n%s%n", "RegressionTest1.test0531");
652  1 java.io.InputStream inputStream2 = null;
653  1 org.jsoup.parser.Parser parser5 = org.jsoup.parser.Parser.htmlParser();
654  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parse(inputStream2, "", "#root", parser5);
655  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser5);
656  1 org.jsoup.parser.ParseSettings parseSettings8 = parser5.settings();
657  1 org.jsoup.parser.ParseErrorList parseErrorList9 = parser5.getErrors();
658  1 boolean boolean10 = parser5.isTrackErrors();
659  1 org.junit.Assert.assertNotNull(parser5);
660  1 org.junit.Assert.assertNotNull(document6);
661  1 org.junit.Assert.assertNotNull(document7);
662  1 org.junit.Assert.assertNotNull(parseSettings8);
663  1 org.junit.Assert.assertNotNull(parseErrorList9);
664  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
665    }
666   
 
667  1 toggle @Test
668    public void test0532() throws Throwable {
669  1 if (debug)
670  0 System.out.format("%n%s%n", "RegressionTest1.test0532");
671  1 org.jsoup.nodes.DataNode dataNode1 = new org.jsoup.nodes.DataNode(" ");
672  1 String str2 = dataNode1.nodeName();
673  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "#data" + "'", str2, "#data");
674    }
675   
 
676  1 toggle @Test
677    public void test0533() throws Throwable {
678  1 if (debug)
679  0 System.out.format("%n%s%n", "RegressionTest1.test0533");
680  1 boolean boolean1 = org.jsoup.nodes.Entities.isNamedEntity(":last-of-type");
681  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
682    }
683   
 
684  1 toggle @Test
685    public void test0534() throws Throwable {
686  1 if (debug)
687  0 System.out.format("%n%s%n", "RegressionTest1.test0534");
688  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
689  1 String str2 = document1.id();
690  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
691  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
692  1 boolean boolean6 = elements3.equals((Object) 1.0d);
693  1 String str7 = elements3.text();
694  1 org.jsoup.select.Elements elements9 = elements3.wrap("#root");
695  1 org.jsoup.nodes.Document document12 = org.jsoup.Jsoup.parseBodyFragment("hi!");
696  1 org.jsoup.nodes.Element element14 = document12.val("hi!");
697    // The following exception was thrown during execution in test generation
698  1 try {
699  1 org.jsoup.nodes.Element element15 = elements3.set((int) 'u', (org.jsoup.nodes.Element) document12);
700  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: Index 117 out of bounds for length 0");
701    } catch (IndexOutOfBoundsException e) {
702    // Expected exception.
703    }
704  1 org.junit.Assert.assertNotNull(document1);
705  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
706  1 org.junit.Assert.assertNotNull(elements3);
707  1 org.junit.Assert.assertNotNull(elementItor4);
708  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
709  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
710  1 org.junit.Assert.assertNotNull(elements9);
711  1 org.junit.Assert.assertNotNull(document12);
712  1 org.junit.Assert.assertNotNull(element14);
713    }
714   
 
715  1 toggle @Test
716    public void test0535() throws Throwable {
717  1 if (debug)
718  0 System.out.format("%n%s%n", "RegressionTest1.test0535");
719  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
720  1 boolean boolean3 = tokenQueue1.matchesCS("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
721  1 boolean boolean4 = tokenQueue1.consumeWhitespace();
722  1 String str6 = tokenQueue1.chompTo("#text");
723  1 String str7 = tokenQueue1.consumeWord();
724  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
725  1 org.junit.Assert.assertTrue("'" + boolean4 + "' != '" + false + "'", boolean4 == false);
726  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "multipart/form-data" + "'", str6, "multipart/form-data");
727  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
728    }
729   
 
730  1 toggle @Test
731    public void test0536() throws Throwable {
732  1 if (debug)
733  0 System.out.format("%n%s%n", "RegressionTest1.test0536");
734  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
735  1 String str2 = document1.id();
736  1 String str3 = document1.baseUri();
737    // The following exception was thrown during execution in test generation
738  1 try {
739  1 org.jsoup.nodes.Node node5 = document1.before("");
740  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
741    } catch (IllegalArgumentException e) {
742    // Expected exception.
743    }
744  1 org.junit.Assert.assertNotNull(document1);
745  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
746  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
747    }
748   
 
749  1 toggle @Test
750    public void test0537() throws Throwable {
751  1 if (debug)
752  0 System.out.format("%n%s%n", "RegressionTest1.test0537");
753  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
754  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
755  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
756  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
757  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
758  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
759  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
760  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
761  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
762  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
763  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
764  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
765  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
766  1 java.util.Map<String, String> strMap16 = request14.cookies();
767  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
768  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
769  1 org.jsoup.Connection connection20 = httpConnection0.referrer("#document");
770  1 org.jsoup.helper.HttpConnection httpConnection21 = new org.jsoup.helper.HttpConnection();
771  1 org.jsoup.Connection.Request request22 = httpConnection21.request();
772  1 org.jsoup.Connection.Request request25 = request22.addHeader("multipart/form-data", "hi!");
773  1 boolean boolean27 = request25.hasHeader("multipart/form-data");
774  1 boolean boolean29 = request25.hasHeader("multipart/form-data");
775  1 org.jsoup.Connection.Method method30 = request25.method();
776  1 org.jsoup.Connection.Method method31 = request25.method();
777  1 org.jsoup.Connection.Request request34 = request25.addHeader("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", ":eq(-1)");
778  1 org.jsoup.Connection connection35 = httpConnection0.request(request25);
779  1 boolean boolean37 = request25.hasCookie(":first-child");
780  1 org.junit.Assert.assertNotNull(request1);
781  1 org.junit.Assert.assertNotNull(connection3);
782  1 org.junit.Assert.assertNotNull(connection6);
783  1 org.junit.Assert.assertNotNull(connection8);
784  1 org.junit.Assert.assertNotNull(request9);
785  1 org.junit.Assert.assertNotNull(request11);
786  1 org.junit.Assert.assertNotNull(request14);
787  1 org.junit.Assert.assertNotNull(strMap15);
788  1 org.junit.Assert.assertNotNull(strMap16);
789  1 org.junit.Assert.assertNotNull(connection17);
790  1 org.junit.Assert.assertNotNull(connection18);
791  1 org.junit.Assert.assertNotNull(connection20);
792  1 org.junit.Assert.assertNotNull(request22);
793  1 org.junit.Assert.assertNotNull(request25);
794  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + true + "'", boolean27 == true);
795  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
796  1 org.junit.Assert.assertTrue("'" + method30 + "' != '" + org.jsoup.Connection.Method.GET + "'", method30.equals(org.jsoup.Connection.Method.GET));
797  1 org.junit.Assert.assertTrue("'" + method31 + "' != '" + org.jsoup.Connection.Method.GET + "'", method31.equals(org.jsoup.Connection.Method.GET));
798  1 org.junit.Assert.assertNotNull(request34);
799  1 org.junit.Assert.assertNotNull(connection35);
800  1 org.junit.Assert.assertTrue("'" + boolean37 + "' != '" + false + "'", boolean37 == false);
801    }
802   
 
803  1 toggle @Test
804    public void test0538() throws Throwable {
805  1 if (debug)
806  0 System.out.format("%n%s%n", "RegressionTest1.test0538");
807  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
808  1 String str2 = document1.id();
809  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
810  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
811  1 org.jsoup.select.Elements elements7 = elements5.prev("#root");
812  1 org.jsoup.select.Elements elements9 = elements7.tagName("Content-Encoding");
813  1 org.jsoup.select.Elements elements11 = elements7.addClass("");
814  1 java.util.function.UnaryOperator<org.jsoup.nodes.Element> elementUnaryOperator12 = null;
815    // The following exception was thrown during execution in test generation
816  1 try {
817  1 elements11.replaceAll(elementUnaryOperator12);
818  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
819    } catch (NullPointerException e) {
820    // Expected exception.
821    }
822  1 org.junit.Assert.assertNotNull(document1);
823  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
824  1 org.junit.Assert.assertNotNull(elements3);
825  1 org.junit.Assert.assertNotNull(elements5);
826  1 org.junit.Assert.assertNotNull(elements7);
827  1 org.junit.Assert.assertNotNull(elements9);
828  1 org.junit.Assert.assertNotNull(elements11);
829    }
830   
 
831  1 toggle @Test
832    public void test0539() throws Throwable {
833  1 if (debug)
834  0 System.out.format("%n%s%n", "RegressionTest1.test0539");
835  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
836  1 String str2 = document1.id();
837  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
838  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
839  1 org.jsoup.select.Elements elements7 = elements5.prev("#root");
840  1 org.jsoup.parser.ParseError[] parseErrorArray8 = new org.jsoup.parser.ParseError[] {};
841  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList9 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
842  1 boolean boolean10 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList9, parseErrorArray8);
843  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
844  1 int int12 = parseErrorList9.indexOf((Object) parseErrorList11);
845  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor13 = parseErrorList9.iterator();
846  1 boolean boolean14 = elements5.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList9);
847  1 java.io.InputStream inputStream15 = null;
848  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream18 = new org.jsoup.internal.ConstrainableInputStream(inputStream15, 1, (int) (byte) 0);
849  1 org.jsoup.parser.Parser parser21 = org.jsoup.parser.Parser.htmlParser();
850  1 org.jsoup.nodes.Document document22 = org.jsoup.helper.DataUtil.load(inputStream15, ":eq(-1)", "Content-Encoding", parser21);
851  1 boolean boolean23 = elements5.add((org.jsoup.nodes.Element) document22);
852  1 org.junit.Assert.assertNotNull(document1);
853  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
854  1 org.junit.Assert.assertNotNull(elements3);
855  1 org.junit.Assert.assertNotNull(elements5);
856  1 org.junit.Assert.assertNotNull(elements7);
857  1 org.junit.Assert.assertNotNull(parseErrorArray8);
858  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
859  1 org.junit.Assert.assertNotNull(parseErrorList11);
860  1 org.junit.Assert.assertTrue("'" + int12 + "' != '" + (-1) + "'", int12 == (-1));
861  1 org.junit.Assert.assertNotNull(parseErrorItor13);
862  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
863  1 org.junit.Assert.assertNotNull(parser21);
864  1 org.junit.Assert.assertNotNull(document22);
865  1 org.junit.Assert.assertTrue("'" + boolean23 + "' != '" + true + "'", boolean23 == true);
866    }
867   
 
868  1 toggle @Test
869    public void test0540() throws Throwable {
870  1 if (debug)
871  0 System.out.format("%n%s%n", "RegressionTest1.test0540");
872  1 java.io.InputStream inputStream0 = null;
873  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream3 = new org.jsoup.internal.ConstrainableInputStream(inputStream0, 1, (int) (byte) 0);
874  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream6 = constrainableInputStream3.timeout((long) ' ', (long) (short) 1);
875  1 constrainableInputStream3.close();
876    // The following exception was thrown during execution in test generation
877  1 try {
878  1 java.nio.ByteBuffer byteBuffer9 = constrainableInputStream3.readToByteBuffer((int) 'u');
879  0 org.junit.Assert.fail("Expected exception of type java.net.SocketTimeoutException; message: Read timeout");
880    } catch (java.net.SocketTimeoutException e) {
881    // Expected exception.
882    }
883  1 org.junit.Assert.assertNotNull(constrainableInputStream6);
884    }
885   
 
886  1 toggle @Test
887    public void test0541() throws Throwable {
888  1 if (debug)
889  0 System.out.format("%n%s%n", "RegressionTest1.test0541");
890  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
891  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
892  1 org.jsoup.Connection.KeyVal keyVal3 = httpConnection0.data("Content-Encoding");
893  1 org.jsoup.Connection connection5 = httpConnection0.timeout(0);
894  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory6 = null;
895  1 org.jsoup.Connection connection7 = httpConnection0.sslSocketFactory(sSLSocketFactory6);
896  1 org.junit.Assert.assertNotNull(request1);
897  1 org.junit.Assert.assertNull(keyVal3);
898  1 org.junit.Assert.assertNotNull(connection5);
899  1 org.junit.Assert.assertNotNull(connection7);
900    }
901   
 
902  1 toggle @Test
903    public void test0542() throws Throwable {
904  1 if (debug)
905  0 System.out.format("%n%s%n", "RegressionTest1.test0542");
906  1 org.jsoup.safety.Whitelist whitelist1 = org.jsoup.safety.Whitelist.basicWithImages();
907  1 boolean boolean2 = org.jsoup.Jsoup.isValid("hi!", whitelist1);
908  1 org.jsoup.safety.Whitelist whitelist5 = whitelist1.removeEnforcedAttribute("Content-Encoding", "#root");
909  1 String[] strArray13 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
910  1 boolean boolean14 = org.jsoup.internal.StringUtil.in("", strArray13);
911  1 boolean boolean15 = org.jsoup.internal.StringUtil.in("", strArray13);
912    // The following exception was thrown during execution in test generation
913  1 try {
914  1 org.jsoup.safety.Whitelist whitelist16 = whitelist1.removeTags(strArray13);
915  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: String must not be empty");
916    } catch (IllegalArgumentException e) {
917    // Expected exception.
918    }
919  1 org.junit.Assert.assertNotNull(whitelist1);
920  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + true + "'", boolean2 == true);
921  1 org.junit.Assert.assertNotNull(whitelist5);
922  1 org.junit.Assert.assertNotNull(strArray13);
923  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
924  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + true + "'", boolean15 == true);
925    }
926   
 
927  1 toggle @Test
928    public void test0543() throws Throwable {
929  1 if (debug)
930  0 System.out.format("%n%s%n", "RegressionTest1.test0543");
931  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
932  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
933  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
934  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
935  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
936  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
937  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
938  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
939  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
940  1 org.jsoup.Connection.Method method11 = request7.method();
941  1 org.jsoup.Connection connection12 = httpConnection0.method(method11);
942  1 org.jsoup.helper.HttpConnection httpConnection13 = new org.jsoup.helper.HttpConnection();
943  1 org.jsoup.Connection.Request request14 = httpConnection13.request();
944  1 org.jsoup.Connection.Request request17 = request14.addHeader("multipart/form-data", "hi!");
945  1 java.util.Map<String, java.util.List<String>> strMap18 = request17.multiHeaders();
946  1 org.jsoup.Connection.Request request20 = request17.ignoreHttpErrors(true);
947  1 org.jsoup.Connection connection21 = httpConnection0.request(request20);
948  1 org.jsoup.helper.HttpConnection httpConnection22 = new org.jsoup.helper.HttpConnection();
949  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory23 = null;
950  1 org.jsoup.Connection connection24 = httpConnection22.sslSocketFactory(sSLSocketFactory23);
951  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory25 = null;
952  1 org.jsoup.Connection connection26 = httpConnection22.sslSocketFactory(sSLSocketFactory25);
953  1 org.jsoup.Connection.Request request27 = httpConnection22.request();
954  1 org.jsoup.helper.HttpConnection httpConnection28 = new org.jsoup.helper.HttpConnection();
955  1 org.jsoup.Connection.Request request29 = httpConnection28.request();
956  1 org.jsoup.Connection.Request request32 = request29.addHeader("multipart/form-data", "hi!");
957  1 java.util.Map<String, java.util.List<String>> strMap33 = request32.multiHeaders();
958  1 java.util.Map<String, String> strMap34 = request32.cookies();
959  1 org.jsoup.Connection connection35 = httpConnection22.headers(strMap34);
960  1 org.jsoup.Connection connection38 = connection35.data("multipart/form-data", "");
961  1 org.jsoup.helper.HttpConnection httpConnection39 = new org.jsoup.helper.HttpConnection();
962  1 org.jsoup.Connection.Request request40 = httpConnection39.request();
963  1 org.jsoup.Connection.Request request43 = request40.addHeader("multipart/form-data", "hi!");
964  1 boolean boolean45 = request43.hasHeader("multipart/form-data");
965  1 boolean boolean47 = request43.hasHeader("multipart/form-data");
966  1 org.jsoup.Connection.Method method48 = request43.method();
967  1 boolean boolean49 = method48.hasBody();
968  1 org.jsoup.Connection connection50 = connection35.method(method48);
969  1 org.jsoup.Connection.Request request51 = request20.method(method48);
970  1 org.junit.Assert.assertNotNull(connection2);
971  1 org.junit.Assert.assertNotNull(connection4);
972  1 org.junit.Assert.assertNotNull(request5);
973  1 org.junit.Assert.assertNotNull(request7);
974  1 org.junit.Assert.assertNotNull(request10);
975  1 org.junit.Assert.assertTrue("'" + method11 + "' != '" + org.jsoup.Connection.Method.GET + "'", method11.equals(org.jsoup.Connection.Method.GET));
976  1 org.junit.Assert.assertNotNull(connection12);
977  1 org.junit.Assert.assertNotNull(request14);
978  1 org.junit.Assert.assertNotNull(request17);
979  1 org.junit.Assert.assertNotNull(strMap18);
980  1 org.junit.Assert.assertNotNull(request20);
981  1 org.junit.Assert.assertNotNull(connection21);
982  1 org.junit.Assert.assertNotNull(connection24);
983  1 org.junit.Assert.assertNotNull(connection26);
984  1 org.junit.Assert.assertNotNull(request27);
985  1 org.junit.Assert.assertNotNull(request29);
986  1 org.junit.Assert.assertNotNull(request32);
987  1 org.junit.Assert.assertNotNull(strMap33);
988  1 org.junit.Assert.assertNotNull(strMap34);
989  1 org.junit.Assert.assertNotNull(connection35);
990  1 org.junit.Assert.assertNotNull(connection38);
991  1 org.junit.Assert.assertNotNull(request40);
992  1 org.junit.Assert.assertNotNull(request43);
993  1 org.junit.Assert.assertTrue("'" + boolean45 + "' != '" + true + "'", boolean45 == true);
994  1 org.junit.Assert.assertTrue("'" + boolean47 + "' != '" + true + "'", boolean47 == true);
995  1 org.junit.Assert.assertTrue("'" + method48 + "' != '" + org.jsoup.Connection.Method.GET + "'", method48.equals(org.jsoup.Connection.Method.GET));
996  1 org.junit.Assert.assertTrue("'" + boolean49 + "' != '" + false + "'", boolean49 == false);
997  1 org.junit.Assert.assertNotNull(connection50);
998  1 org.junit.Assert.assertNotNull(request51);
999    }
1000   
 
1001  1 toggle @Test
1002    public void test0544() throws Throwable {
1003  1 if (debug)
1004  0 System.out.format("%n%s%n", "RegressionTest1.test0544");
1005  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1006  1 String str2 = document1.id();
1007  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
1008  1 org.jsoup.select.Elements elements4 = elements3.remove();
1009  1 org.jsoup.select.Elements elements6 = elements3.val("hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!");
1010  1 org.jsoup.select.Elements elements8 = elements6.html("Content-Encoding=#declaration");
1011  1 org.junit.Assert.assertNotNull(document1);
1012  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
1013  1 org.junit.Assert.assertNotNull(elements3);
1014  1 org.junit.Assert.assertNotNull(elements4);
1015  1 org.junit.Assert.assertNotNull(elements6);
1016  1 org.junit.Assert.assertNotNull(elements8);
1017    }
1018   
 
1019  1 toggle @Test
1020    public void test0545() throws Throwable {
1021  1 if (debug)
1022  0 System.out.format("%n%s%n", "RegressionTest1.test0545");
1023  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
1024  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
1025  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
1026  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
1027  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
1028  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
1029  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
1030  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
1031  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
1032  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
1033  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
1034  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
1035  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
1036  1 java.util.Map<String, String> strMap16 = request14.cookies();
1037  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
1038  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
1039  1 org.jsoup.Connection.Request request19 = httpConnection0.request();
1040  1 org.jsoup.helper.HttpConnection httpConnection20 = new org.jsoup.helper.HttpConnection();
1041  1 org.jsoup.Connection.Response response21 = httpConnection20.response();
1042  1 String str22 = response21.statusMessage();
1043  1 String str23 = response21.statusMessage();
1044  1 org.jsoup.Connection.Method method24 = response21.method();
1045  1 java.util.Map<String, java.util.List<String>> strMap25 = response21.multiHeaders();
1046  1 java.util.Map<String, String> strMap26 = response21.cookies();
1047  1 org.jsoup.Connection connection27 = httpConnection0.data(strMap26);
1048  1 org.jsoup.Connection connection30 = connection27.proxy("hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!", (int) (byte) 100);
1049  1 org.jsoup.Connection.KeyVal keyVal32 = connection30.data("ultipart");
1050  1 org.junit.Assert.assertNotNull(request1);
1051  1 org.junit.Assert.assertNotNull(connection3);
1052  1 org.junit.Assert.assertNotNull(connection6);
1053  1 org.junit.Assert.assertNotNull(connection8);
1054  1 org.junit.Assert.assertNotNull(request9);
1055  1 org.junit.Assert.assertNotNull(request11);
1056  1 org.junit.Assert.assertNotNull(request14);
1057  1 org.junit.Assert.assertNotNull(strMap15);
1058  1 org.junit.Assert.assertNotNull(strMap16);
1059  1 org.junit.Assert.assertNotNull(connection17);
1060  1 org.junit.Assert.assertNotNull(connection18);
1061  1 org.junit.Assert.assertNotNull(request19);
1062  1 org.junit.Assert.assertNotNull(response21);
1063  1 org.junit.Assert.assertNull(str22);
1064  1 org.junit.Assert.assertNull(str23);
1065  1 org.junit.Assert.assertNull(method24);
1066  1 org.junit.Assert.assertNotNull(strMap25);
1067  1 org.junit.Assert.assertNotNull(strMap26);
1068  1 org.junit.Assert.assertNotNull(connection27);
1069  1 org.junit.Assert.assertNotNull(connection30);
1070  1 org.junit.Assert.assertNull(keyVal32);
1071    }
1072   
 
1073  1 toggle @Test
1074    public void test0546() throws Throwable {
1075  1 if (debug)
1076  0 System.out.format("%n%s%n", "RegressionTest1.test0546");
1077  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
1078  1 boolean boolean2 = tag1.formatAsBlock();
1079  1 String str3 = tag1.toString();
1080  1 boolean boolean4 = tag1.isBlock();
1081  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + true + "'", boolean2 == true);
1082  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "#document" + "'", str3, "#document");
1083  1 org.junit.Assert.assertTrue("'" + boolean4 + "' != '" + true + "'", boolean4 == true);
1084    }
1085   
 
1086  1 toggle @Test
1087    public void test0547() throws Throwable {
1088  1 if (debug)
1089  0 System.out.format("%n%s%n", "RegressionTest1.test0547");
1090  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
1091  1 org.jsoup.nodes.Attribute attribute3 = org.jsoup.nodes.Attribute.createFromEncoded("#root", "");
1092  1 org.jsoup.nodes.Attributes attributes4 = attributes0.put(attribute3);
1093  1 String str5 = attribute3.html();
1094  1 String str6 = attribute3.getKey();
1095  1 org.junit.Assert.assertNotNull(attribute3);
1096  1 org.junit.Assert.assertNotNull(attributes4);
1097  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "#root=\"\"" + "'", str5, "#root=\"\"");
1098  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "#root" + "'", str6, "#root");
1099    }
1100   
 
1101  1 toggle @Test
1102    public void test0548() throws Throwable {
1103  1 if (debug)
1104  0 System.out.format("%n%s%n", "RegressionTest1.test0548");
1105  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
1106  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
1107  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
1108  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
1109  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
1110  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
1111  1 org.jsoup.Connection.Response response6 = httpConnection0.response();
1112  1 org.jsoup.helper.HttpConnection httpConnection7 = new org.jsoup.helper.HttpConnection();
1113  1 org.jsoup.Connection.Request request8 = httpConnection7.request();
1114  1 org.jsoup.Connection connection10 = httpConnection7.referrer("multipart/form-data");
1115  1 org.jsoup.helper.HttpConnection httpConnection11 = new org.jsoup.helper.HttpConnection();
1116  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory12 = null;
1117  1 org.jsoup.Connection connection13 = httpConnection11.sslSocketFactory(sSLSocketFactory12);
1118  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory14 = null;
1119  1 org.jsoup.Connection connection15 = httpConnection11.sslSocketFactory(sSLSocketFactory14);
1120  1 org.jsoup.Connection.Request request16 = httpConnection11.request();
1121  1 org.jsoup.helper.HttpConnection httpConnection17 = new org.jsoup.helper.HttpConnection();
1122  1 org.jsoup.Connection.Request request18 = httpConnection17.request();
1123  1 org.jsoup.Connection.Request request21 = request18.addHeader("multipart/form-data", "hi!");
1124  1 java.util.Map<String, java.util.List<String>> strMap22 = request21.multiHeaders();
1125  1 java.util.Map<String, String> strMap23 = request21.cookies();
1126  1 org.jsoup.Connection connection24 = httpConnection11.headers(strMap23);
1127  1 org.jsoup.Connection connection25 = httpConnection7.data(strMap23);
1128  1 org.jsoup.Connection.Request request26 = httpConnection7.request();
1129  1 org.jsoup.helper.HttpConnection httpConnection27 = new org.jsoup.helper.HttpConnection();
1130  1 org.jsoup.Connection.Response response28 = httpConnection27.response();
1131  1 String str29 = response28.statusMessage();
1132  1 String str30 = response28.statusMessage();
1133  1 org.jsoup.Connection.Method method31 = response28.method();
1134  1 java.util.Map<String, java.util.List<String>> strMap32 = response28.multiHeaders();
1135  1 java.util.Map<String, String> strMap33 = response28.cookies();
1136  1 org.jsoup.Connection connection34 = httpConnection7.data(strMap33);
1137  1 org.jsoup.Connection connection35 = httpConnection0.headers(strMap33);
1138  1 org.junit.Assert.assertNotNull(connection2);
1139  1 org.junit.Assert.assertNotNull(connection4);
1140  1 org.junit.Assert.assertNotNull(request5);
1141  1 org.junit.Assert.assertNotNull(response6);
1142  1 org.junit.Assert.assertNotNull(request8);
1143  1 org.junit.Assert.assertNotNull(connection10);
1144  1 org.junit.Assert.assertNotNull(connection13);
1145  1 org.junit.Assert.assertNotNull(connection15);
1146  1 org.junit.Assert.assertNotNull(request16);
1147  1 org.junit.Assert.assertNotNull(request18);
1148  1 org.junit.Assert.assertNotNull(request21);
1149  1 org.junit.Assert.assertNotNull(strMap22);
1150  1 org.junit.Assert.assertNotNull(strMap23);
1151  1 org.junit.Assert.assertNotNull(connection24);
1152  1 org.junit.Assert.assertNotNull(connection25);
1153  1 org.junit.Assert.assertNotNull(request26);
1154  1 org.junit.Assert.assertNotNull(response28);
1155  1 org.junit.Assert.assertNull(str29);
1156  1 org.junit.Assert.assertNull(str30);
1157  1 org.junit.Assert.assertNull(method31);
1158  1 org.junit.Assert.assertNotNull(strMap32);
1159  1 org.junit.Assert.assertNotNull(strMap33);
1160  1 org.junit.Assert.assertNotNull(connection34);
1161  1 org.junit.Assert.assertNotNull(connection35);
1162    }
1163   
 
1164  1 toggle @Test
1165    public void test0549() throws Throwable {
1166  1 if (debug)
1167  0 System.out.format("%n%s%n", "RegressionTest1.test0549");
1168  1 org.jsoup.nodes.Attribute attribute2 = new org.jsoup.nodes.Attribute(":first-child", "hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
1169    }
1170   
 
1171  1 toggle @Test
1172    public void test0550() throws Throwable {
1173  1 if (debug)
1174  0 System.out.format("%n%s%n", "RegressionTest1.test0550");
1175  1 java.util.regex.Pattern pattern0 = null;
1176  1 org.jsoup.select.Evaluator.Matches matches1 = new org.jsoup.select.Evaluator.Matches(pattern0);
1177  1 org.jsoup.select.Evaluator.AllElements allElements2 = new org.jsoup.select.Evaluator.AllElements();
1178  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType5 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
1179  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1180  1 String str8 = document7.className();
1181  1 String str9 = document7.outerHtml();
1182  1 boolean boolean11 = document7.hasSameValue((Object) 1);
1183  1 String str12 = document7.tagName();
1184  1 org.jsoup.nodes.Document document14 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1185  1 org.jsoup.nodes.Element element16 = document14.val("hi!");
1186  1 boolean boolean17 = isNthLastOfType5.matches((org.jsoup.nodes.Element) document7, element16);
1187  1 org.jsoup.select.Elements elements18 = element16.nextElementSiblings();
1188  1 org.jsoup.nodes.Element element19 = null;
1189  1 boolean boolean20 = allElements2.matches(element16, element19);
1190  1 org.jsoup.nodes.Document document22 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1191  1 org.jsoup.nodes.Element element24 = document22.val("hi!");
1192  1 int int25 = document22.childNodeSize();
1193    // The following exception was thrown during execution in test generation
1194  1 try {
1195  1 boolean boolean26 = matches1.matches(element19, (org.jsoup.nodes.Element) document22);
1196  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"java.util.regex.Pattern.matcher(java.lang.CharSequence)\" because \"this.pattern\" is null");
1197    } catch (NullPointerException e) {
1198    // Expected exception.
1199    }
1200  1 org.junit.Assert.assertNotNull(document7);
1201  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
1202  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str9, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
1203  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + false + "'", boolean11 == false);
1204  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "#root" + "'", str12, "#root");
1205  1 org.junit.Assert.assertNotNull(document14);
1206  1 org.junit.Assert.assertNotNull(element16);
1207  1 org.junit.Assert.assertTrue("'" + boolean17 + "' != '" + false + "'", boolean17 == false);
1208  1 org.junit.Assert.assertNotNull(elements18);
1209  1 org.junit.Assert.assertTrue("'" + boolean20 + "' != '" + true + "'", boolean20 == true);
1210  1 org.junit.Assert.assertNotNull(document22);
1211  1 org.junit.Assert.assertNotNull(element24);
1212  1 org.junit.Assert.assertTrue("'" + int25 + "' != '" + 1 + "'", int25 == 1);
1213    }
1214   
 
1215  1 toggle @Test
1216    public void test0551() throws Throwable {
1217  1 if (debug)
1218  0 System.out.format("%n%s%n", "RegressionTest1.test0551");
1219  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
1220  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1221  1 String str5 = document4.className();
1222  1 String str6 = document4.outerHtml();
1223  1 boolean boolean8 = document4.hasSameValue((Object) 1);
1224  1 String str9 = document4.tagName();
1225  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1226  1 org.jsoup.nodes.Element element13 = document11.val("hi!");
1227  1 boolean boolean14 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, element13);
1228  1 String str15 = document4.title();
1229  1 org.jsoup.nodes.Node node16 = document4.parent();
1230  1 boolean boolean17 = document4.updateMetaCharsetElement();
1231  1 org.junit.Assert.assertNotNull(document4);
1232  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
1233  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str6, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
1234  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
1235  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "#root" + "'", str9, "#root");
1236  1 org.junit.Assert.assertNotNull(document11);
1237  1 org.junit.Assert.assertNotNull(element13);
1238  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
1239  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "" + "'", str15, "");
1240  1 org.junit.Assert.assertNull(node16);
1241  1 org.junit.Assert.assertTrue("'" + boolean17 + "' != '" + false + "'", boolean17 == false);
1242    }
1243   
 
1244  1 toggle @Test
1245    public void test0552() throws Throwable {
1246  1 if (debug)
1247  0 System.out.format("%n%s%n", "RegressionTest1.test0552");
1248  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
1249  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
1250  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
1251  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
1252  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
1253  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
1254  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
1255  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
1256  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
1257  1 org.jsoup.Connection.Method method11 = request7.method();
1258  1 org.jsoup.Connection connection12 = httpConnection0.method(method11);
1259  1 org.jsoup.helper.HttpConnection httpConnection13 = new org.jsoup.helper.HttpConnection();
1260  1 org.jsoup.Connection.Request request14 = httpConnection13.request();
1261  1 org.jsoup.Connection.Request request17 = request14.addHeader("multipart/form-data", "hi!");
1262  1 java.util.Map<String, java.util.List<String>> strMap18 = request17.multiHeaders();
1263  1 org.jsoup.Connection.Request request20 = request17.ignoreHttpErrors(true);
1264  1 org.jsoup.Connection connection21 = httpConnection0.request(request20);
1265  1 org.jsoup.Connection connection23 = httpConnection0.ignoreHttpErrors(false);
1266  1 org.junit.Assert.assertNotNull(connection2);
1267  1 org.junit.Assert.assertNotNull(connection4);
1268  1 org.junit.Assert.assertNotNull(request5);
1269  1 org.junit.Assert.assertNotNull(request7);
1270  1 org.junit.Assert.assertNotNull(request10);
1271  1 org.junit.Assert.assertTrue("'" + method11 + "' != '" + org.jsoup.Connection.Method.GET + "'", method11.equals(org.jsoup.Connection.Method.GET));
1272  1 org.junit.Assert.assertNotNull(connection12);
1273  1 org.junit.Assert.assertNotNull(request14);
1274  1 org.junit.Assert.assertNotNull(request17);
1275  1 org.junit.Assert.assertNotNull(strMap18);
1276  1 org.junit.Assert.assertNotNull(request20);
1277  1 org.junit.Assert.assertNotNull(connection21);
1278  1 org.junit.Assert.assertNotNull(connection23);
1279    }
1280   
 
1281  1 toggle @Test
1282    public void test0553() throws Throwable {
1283  1 if (debug)
1284  0 System.out.format("%n%s%n", "RegressionTest1.test0553");
1285  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
1286  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
1287  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
1288  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
1289  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
1290  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
1291  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
1292  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
1293  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
1294  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
1295  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
1296  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
1297  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
1298  1 java.util.Map<String, String> strMap16 = request14.cookies();
1299  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
1300  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
1301  1 org.jsoup.Connection.Request request19 = httpConnection0.request();
1302  1 org.jsoup.Connection.Request request21 = request19.removeCookie(":nth-last-of-type(100n-1)");
1303  1 org.junit.Assert.assertNotNull(request1);
1304  1 org.junit.Assert.assertNotNull(connection3);
1305  1 org.junit.Assert.assertNotNull(connection6);
1306  1 org.junit.Assert.assertNotNull(connection8);
1307  1 org.junit.Assert.assertNotNull(request9);
1308  1 org.junit.Assert.assertNotNull(request11);
1309  1 org.junit.Assert.assertNotNull(request14);
1310  1 org.junit.Assert.assertNotNull(strMap15);
1311  1 org.junit.Assert.assertNotNull(strMap16);
1312  1 org.junit.Assert.assertNotNull(connection17);
1313  1 org.junit.Assert.assertNotNull(connection18);
1314  1 org.junit.Assert.assertNotNull(request19);
1315  1 org.junit.Assert.assertNotNull(request21);
1316    }
1317   
 
1318  1 toggle @Test
1319    public void test0554() throws Throwable {
1320  1 if (debug)
1321  0 System.out.format("%n%s%n", "RegressionTest1.test0554");
1322  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
1323  1 org.jsoup.nodes.Attribute attribute3 = org.jsoup.nodes.Attribute.createFromEncoded("#root", "");
1324  1 org.jsoup.nodes.Attributes attributes4 = attributes0.put(attribute3);
1325  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1326  1 String str7 = document6.id();
1327  1 org.jsoup.select.Elements elements8 = document6.previousElementSiblings();
1328  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor9 = elements8.listIterator();
1329  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor10 = elements8.listIterator();
1330  1 org.jsoup.select.Elements elements11 = elements8.empty();
1331  1 boolean boolean12 = attributes4.equals((Object) elements8);
1332  1 String str13 = elements8.toString();
1333  1 org.jsoup.helper.HttpConnection httpConnection14 = new org.jsoup.helper.HttpConnection();
1334  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory15 = null;
1335  1 org.jsoup.Connection connection16 = httpConnection14.sslSocketFactory(sSLSocketFactory15);
1336  1 org.jsoup.Connection connection18 = httpConnection14.ignoreContentType(true);
1337  1 boolean boolean19 = elements8.equals((Object) connection18);
1338  1 org.jsoup.select.Elements elements20 = elements8.unwrap();
1339  1 org.junit.Assert.assertNotNull(attribute3);
1340  1 org.junit.Assert.assertNotNull(attributes4);
1341  1 org.junit.Assert.assertNotNull(document6);
1342  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
1343  1 org.junit.Assert.assertNotNull(elements8);
1344  1 org.junit.Assert.assertNotNull(elementItor9);
1345  1 org.junit.Assert.assertNotNull(elementItor10);
1346  1 org.junit.Assert.assertNotNull(elements11);
1347  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
1348  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "" + "'", str13, "");
1349  1 org.junit.Assert.assertNotNull(connection16);
1350  1 org.junit.Assert.assertNotNull(connection18);
1351  1 org.junit.Assert.assertTrue("'" + boolean19 + "' != '" + false + "'", boolean19 == false);
1352  1 org.junit.Assert.assertNotNull(elements20);
1353    }
1354   
 
1355  1 toggle @Test
1356    public void test0555() throws Throwable {
1357  1 if (debug)
1358  0 System.out.format("%n%s%n", "RegressionTest1.test0555");
1359    // The following exception was thrown during execution in test generation
1360  1 try {
1361  1 org.jsoup.helper.Validate.isFalse(true);
1362  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Must be false");
1363    } catch (IllegalArgumentException e) {
1364    // Expected exception.
1365    }
1366    }
1367   
 
1368  1 toggle @Test
1369    public void test0556() throws Throwable {
1370  1 if (debug)
1371  0 System.out.format("%n%s%n", "RegressionTest1.test0556");
1372  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1373  1 String str2 = document1.id();
1374  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
1375  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
1376  1 String str6 = elements5.val();
1377  1 org.jsoup.select.Elements elements7 = elements5.nextAll();
1378  1 org.jsoup.select.Elements elements9 = elements7.select("SYSTEM");
1379  1 Object[] objArray10 = elements7.toArray();
1380  1 org.junit.Assert.assertNotNull(document1);
1381  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
1382  1 org.junit.Assert.assertNotNull(elements3);
1383  1 org.junit.Assert.assertNotNull(elements5);
1384  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
1385  1 org.junit.Assert.assertNotNull(elements7);
1386  1 org.junit.Assert.assertNotNull(elements9);
1387  1 org.junit.Assert.assertNotNull(objArray10);
1388  1 org.junit.Assert.assertEquals(java.util.Arrays.deepToString(objArray10), "[]");
1389  1 org.junit.Assert.assertEquals(java.util.Arrays.toString(objArray10), "[]");
1390    }
1391   
 
1392  1 toggle @Test
1393    public void test0557() throws Throwable {
1394  1 if (debug)
1395  0 System.out.format("%n%s%n", "RegressionTest1.test0557");
1396  1 org.jsoup.nodes.Document document1 = new org.jsoup.nodes.Document(":last-of-type");
1397    }
1398   
 
1399  1 toggle @Test
1400    public void test0558() throws Throwable {
1401  1 if (debug)
1402  0 System.out.format("%n%s%n", "RegressionTest1.test0558");
1403  1 org.jsoup.select.Evaluator.ContainsText containsText1 = new org.jsoup.select.Evaluator.ContainsText("hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!");
1404    }
1405   
 
1406  1 toggle @Test
1407    public void test0559() throws Throwable {
1408  1 if (debug)
1409  0 System.out.format("%n%s%n", "RegressionTest1.test0559");
1410  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
1411  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
1412  1 org.jsoup.Connection.Request request2 = httpConnection0.request();
1413  1 org.jsoup.helper.HttpConnection httpConnection3 = new org.jsoup.helper.HttpConnection();
1414  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory4 = null;
1415  1 org.jsoup.Connection connection5 = httpConnection3.sslSocketFactory(sSLSocketFactory4);
1416  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory6 = null;
1417  1 org.jsoup.Connection connection7 = httpConnection3.sslSocketFactory(sSLSocketFactory6);
1418  1 org.jsoup.Connection.Request request8 = httpConnection3.request();
1419  1 org.jsoup.helper.HttpConnection httpConnection9 = new org.jsoup.helper.HttpConnection();
1420  1 org.jsoup.Connection.Request request10 = httpConnection9.request();
1421  1 org.jsoup.Connection.Request request13 = request10.addHeader("multipart/form-data", "hi!");
1422  1 org.jsoup.Connection.Method method14 = request10.method();
1423  1 org.jsoup.Connection connection15 = httpConnection3.method(method14);
1424  1 org.jsoup.Connection.Request request16 = connection15.request();
1425  1 org.jsoup.helper.HttpConnection httpConnection17 = new org.jsoup.helper.HttpConnection();
1426  1 org.jsoup.Connection.Request request18 = httpConnection17.request();
1427  1 org.jsoup.Connection.Request request21 = request18.addHeader("multipart/form-data", "hi!");
1428  1 org.jsoup.Connection.Method method22 = request18.method();
1429  1 org.jsoup.Connection connection23 = connection15.method(method22);
1430  1 boolean boolean24 = method22.hasBody();
1431  1 org.jsoup.Connection.Request request25 = request2.method(method22);
1432  1 org.junit.Assert.assertNotNull(request1);
1433  1 org.junit.Assert.assertNotNull(request2);
1434  1 org.junit.Assert.assertNotNull(connection5);
1435  1 org.junit.Assert.assertNotNull(connection7);
1436  1 org.junit.Assert.assertNotNull(request8);
1437  1 org.junit.Assert.assertNotNull(request10);
1438  1 org.junit.Assert.assertNotNull(request13);
1439  1 org.junit.Assert.assertTrue("'" + method14 + "' != '" + org.jsoup.Connection.Method.GET + "'", method14.equals(org.jsoup.Connection.Method.GET));
1440  1 org.junit.Assert.assertNotNull(connection15);
1441  1 org.junit.Assert.assertNotNull(request16);
1442  1 org.junit.Assert.assertNotNull(request18);
1443  1 org.junit.Assert.assertNotNull(request21);
1444  1 org.junit.Assert.assertTrue("'" + method22 + "' != '" + org.jsoup.Connection.Method.GET + "'", method22.equals(org.jsoup.Connection.Method.GET));
1445  1 org.junit.Assert.assertNotNull(connection23);
1446  1 org.junit.Assert.assertTrue("'" + boolean24 + "' != '" + false + "'", boolean24 == false);
1447  1 org.junit.Assert.assertNotNull(request25);
1448    }
1449   
 
1450  1 toggle @Test
1451    public void test0560() throws Throwable {
1452  1 if (debug)
1453  0 System.out.format("%n%s%n", "RegressionTest1.test0560");
1454  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
1455  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
1456  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
1457  1 org.jsoup.parser.ParseErrorList parseErrorList3 = org.jsoup.parser.ParseErrorList.noTracking();
1458  1 int int4 = parseErrorList1.indexOf((Object) parseErrorList3);
1459  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
1460  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory6 = null;
1461  1 org.jsoup.Connection connection7 = httpConnection5.sslSocketFactory(sSLSocketFactory6);
1462  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory8 = null;
1463  1 org.jsoup.Connection connection9 = httpConnection5.sslSocketFactory(sSLSocketFactory8);
1464  1 org.jsoup.Connection connection11 = httpConnection5.ignoreContentType(true);
1465  1 boolean boolean12 = parseErrorList1.equals((Object) true);
1466  1 org.jsoup.parser.ParseError[] parseErrorArray13 = new org.jsoup.parser.ParseError[] {};
1467  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList14 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
1468  1 boolean boolean15 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList14, parseErrorArray13);
1469  1 parseErrorList14.ensureCapacity(10);
1470  1 boolean boolean18 = parseErrorList1.remove((Object) parseErrorList14);
1471  1 org.jsoup.parser.ParseError[] parseErrorArray19 = new org.jsoup.parser.ParseError[] {};
1472  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList20 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
1473  1 boolean boolean21 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList20, parseErrorArray19);
1474  1 org.jsoup.parser.ParseErrorList parseErrorList22 = org.jsoup.parser.ParseErrorList.noTracking();
1475  1 int int23 = parseErrorList20.indexOf((Object) parseErrorList22);
1476  1 org.jsoup.helper.HttpConnection httpConnection24 = new org.jsoup.helper.HttpConnection();
1477  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory25 = null;
1478  1 org.jsoup.Connection connection26 = httpConnection24.sslSocketFactory(sSLSocketFactory25);
1479  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory27 = null;
1480  1 org.jsoup.Connection connection28 = httpConnection24.sslSocketFactory(sSLSocketFactory27);
1481  1 org.jsoup.Connection connection30 = httpConnection24.ignoreContentType(true);
1482  1 boolean boolean31 = parseErrorList20.equals((Object) true);
1483  1 org.jsoup.parser.ParseError[] parseErrorArray32 = new org.jsoup.parser.ParseError[] {};
1484  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList33 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
1485  1 boolean boolean34 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList33, parseErrorArray32);
1486  1 parseErrorList33.ensureCapacity(10);
1487  1 boolean boolean37 = parseErrorList20.remove((Object) parseErrorList33);
1488  1 boolean boolean38 = parseErrorList20.isEmpty();
1489  1 String str39 = parseErrorList20.toString();
1490  1 boolean boolean40 = parseErrorList14.removeAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList20);
1491  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor41 = parseErrorList20.iterator();
1492  1 org.junit.Assert.assertNotNull(parseErrorArray0);
1493  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
1494  1 org.junit.Assert.assertNotNull(parseErrorList3);
1495  1 org.junit.Assert.assertTrue("'" + int4 + "' != '" + (-1) + "'", int4 == (-1));
1496  1 org.junit.Assert.assertNotNull(connection7);
1497  1 org.junit.Assert.assertNotNull(connection9);
1498  1 org.junit.Assert.assertNotNull(connection11);
1499  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
1500  1 org.junit.Assert.assertNotNull(parseErrorArray13);
1501  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
1502  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
1503  1 org.junit.Assert.assertNotNull(parseErrorArray19);
1504  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
1505  1 org.junit.Assert.assertNotNull(parseErrorList22);
1506  1 org.junit.Assert.assertTrue("'" + int23 + "' != '" + (-1) + "'", int23 == (-1));
1507  1 org.junit.Assert.assertNotNull(connection26);
1508  1 org.junit.Assert.assertNotNull(connection28);
1509  1 org.junit.Assert.assertNotNull(connection30);
1510  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + false + "'", boolean31 == false);
1511  1 org.junit.Assert.assertNotNull(parseErrorArray32);
1512  1 org.junit.Assert.assertTrue("'" + boolean34 + "' != '" + false + "'", boolean34 == false);
1513  1 org.junit.Assert.assertTrue("'" + boolean37 + "' != '" + false + "'", boolean37 == false);
1514  1 org.junit.Assert.assertTrue("'" + boolean38 + "' != '" + true + "'", boolean38 == true);
1515  1 org.junit.Assert.assertEquals("'" + str39 + "' != '" + "[]" + "'", str39, "[]");
1516  1 org.junit.Assert.assertTrue("'" + boolean40 + "' != '" + false + "'", boolean40 == false);
1517  1 org.junit.Assert.assertNotNull(parseErrorItor41);
1518    }
1519   
 
1520  1 toggle @Test
1521    public void test0561() throws Throwable {
1522  1 if (debug)
1523  0 System.out.format("%n%s%n", "RegressionTest1.test0561");
1524  1 org.jsoup.select.Evaluator.IsLastChild isLastChild0 = new org.jsoup.select.Evaluator.IsLastChild();
1525  1 String str1 = isLastChild0.toString();
1526  1 org.junit.Assert.assertEquals("'" + str1 + "' != '" + ":last-child" + "'", str1, ":last-child");
1527    }
1528   
 
1529  1 toggle @Test
1530    public void test0562() throws Throwable {
1531  1 if (debug)
1532  0 System.out.format("%n%s%n", "RegressionTest1.test0562");
1533  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
1534  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1535  1 String str5 = document4.wholeText();
1536  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1537  1 String str8 = document7.className();
1538  1 boolean boolean9 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document7);
1539  1 org.jsoup.nodes.Document document10 = document4.clone();
1540  1 org.jsoup.nodes.Element element12 = document4.tagName("#root");
1541  1 org.jsoup.select.Elements elements14 = document4.getElementsByIndexLessThan(100);
1542  1 java.util.Iterator<org.jsoup.nodes.Element> elementItor15 = elements14.iterator();
1543  1 org.junit.Assert.assertNotNull(document4);
1544  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "hi!" + "'", str5, "hi!");
1545  1 org.junit.Assert.assertNotNull(document7);
1546  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
1547  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
1548  1 org.junit.Assert.assertNotNull(document10);
1549  1 org.junit.Assert.assertNotNull(element12);
1550  1 org.junit.Assert.assertNotNull(elements14);
1551  1 org.junit.Assert.assertNotNull(elementItor15);
1552    }
1553   
 
1554  1 toggle @Test
1555    public void test0563() throws Throwable {
1556  1 if (debug)
1557  0 System.out.format("%n%s%n", "RegressionTest1.test0563");
1558  1 org.jsoup.select.Elements elements1 = new org.jsoup.select.Elements((int) (byte) 0);
1559  1 String str2 = elements1.html();
1560  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
1561    }
1562   
 
1563  1 toggle @Test
1564    public void test0564() throws Throwable {
1565  1 if (debug)
1566  0 System.out.format("%n%s%n", "RegressionTest1.test0564");
1567  1 java.util.regex.Pattern pattern0 = null;
1568  1 org.jsoup.select.Evaluator.MatchesOwn matchesOwn1 = new org.jsoup.select.Evaluator.MatchesOwn(pattern0);
1569  1 org.jsoup.nodes.Document document3 = org.jsoup.Jsoup.parseBodyFragment("SYSTEM");
1570  1 java.util.regex.Pattern pattern5 = null;
1571  1 org.jsoup.select.Elements elements6 = document3.getElementsByAttributeValueMatching("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", pattern5);
1572  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1573  1 String str9 = document8.id();
1574  1 org.jsoup.select.Elements elements10 = document8.previousElementSiblings();
1575  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor11 = elements10.listIterator();
1576  1 boolean boolean13 = elements10.equals((Object) 1.0d);
1577  1 String str14 = elements10.text();
1578  1 org.jsoup.select.Elements elements16 = elements10.wrap("#root");
1579  1 org.jsoup.select.Elements elements18 = elements16.toggleClass("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
1580  1 org.jsoup.select.Elements elements20 = elements16.html("#text");
1581  1 org.jsoup.nodes.Document document22 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1582  1 String str23 = document22.id();
1583  1 String str24 = document22.baseUri();
1584  1 org.jsoup.nodes.Element element25 = document22.clearAttributes();
1585  1 java.util.Map<String, String> strMap26 = document22.dataset();
1586  1 boolean boolean27 = elements16.add((org.jsoup.nodes.Element) document22);
1587  1 int int28 = document22.elementSiblingIndex();
1588    // The following exception was thrown during execution in test generation
1589  1 try {
1590  1 boolean boolean29 = matchesOwn1.matches((org.jsoup.nodes.Element) document3, (org.jsoup.nodes.Element) document22);
1591  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"java.util.regex.Pattern.matcher(java.lang.CharSequence)\" because \"this.pattern\" is null");
1592    } catch (NullPointerException e) {
1593    // Expected exception.
1594    }
1595  1 org.junit.Assert.assertNotNull(document3);
1596  1 org.junit.Assert.assertNotNull(elements6);
1597  1 org.junit.Assert.assertNotNull(document8);
1598  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
1599  1 org.junit.Assert.assertNotNull(elements10);
1600  1 org.junit.Assert.assertNotNull(elementItor11);
1601  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + false + "'", boolean13 == false);
1602  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
1603  1 org.junit.Assert.assertNotNull(elements16);
1604  1 org.junit.Assert.assertNotNull(elements18);
1605  1 org.junit.Assert.assertNotNull(elements20);
1606  1 org.junit.Assert.assertNotNull(document22);
1607  1 org.junit.Assert.assertEquals("'" + str23 + "' != '" + "" + "'", str23, "");
1608  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "" + "'", str24, "");
1609  1 org.junit.Assert.assertNotNull(element25);
1610  1 org.junit.Assert.assertNotNull(strMap26);
1611  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + true + "'", boolean27 == true);
1612  1 org.junit.Assert.assertTrue("'" + int28 + "' != '" + 0 + "'", int28 == 0);
1613    }
1614   
 
1615  1 toggle @Test
1616    public void test0565() throws Throwable {
1617  1 if (debug)
1618  0 System.out.format("%n%s%n", "RegressionTest1.test0565");
1619  1 java.io.InputStream inputStream0 = null;
1620  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream3 = new org.jsoup.internal.ConstrainableInputStream(inputStream0, 1, (int) (byte) 0);
1621  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream6 = constrainableInputStream3.timeout((long) ' ', (long) (short) 1);
1622  1 java.io.InputStream inputStream9 = null;
1623  1 org.jsoup.helper.HttpConnection.KeyVal keyVal10 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream9);
1624  1 java.io.InputStream inputStream11 = keyVal10.inputStream();
1625  1 java.io.InputStream inputStream14 = null;
1626  1 org.jsoup.helper.HttpConnection.KeyVal keyVal15 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream14);
1627  1 java.io.InputStream inputStream16 = keyVal15.inputStream();
1628  1 org.jsoup.helper.HttpConnection httpConnection17 = new org.jsoup.helper.HttpConnection();
1629  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory18 = null;
1630  1 org.jsoup.Connection connection19 = httpConnection17.sslSocketFactory(sSLSocketFactory18);
1631  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory20 = null;
1632  1 org.jsoup.Connection connection21 = httpConnection17.sslSocketFactory(sSLSocketFactory20);
1633  1 org.jsoup.Connection.Request request22 = httpConnection17.request();
1634  1 org.jsoup.helper.HttpConnection httpConnection23 = new org.jsoup.helper.HttpConnection();
1635  1 org.jsoup.Connection.Request request24 = httpConnection23.request();
1636  1 org.jsoup.Connection.Request request27 = request24.addHeader("multipart/form-data", "hi!");
1637  1 java.util.Map<String, java.util.List<String>> strMap28 = request27.multiHeaders();
1638  1 java.util.Map<String, String> strMap29 = request27.cookies();
1639  1 org.jsoup.Connection connection30 = httpConnection17.headers(strMap29);
1640  1 java.io.InputStream inputStream33 = null;
1641  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream36 = new org.jsoup.internal.ConstrainableInputStream(inputStream33, 1, (int) (byte) 0);
1642  1 org.jsoup.Connection connection37 = httpConnection17.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream36);
1643  1 org.jsoup.helper.HttpConnection.KeyVal keyVal38 = keyVal15.inputStream((java.io.InputStream) constrainableInputStream36);
1644  1 constrainableInputStream36.skipNBytes(0L);
1645  1 org.jsoup.helper.HttpConnection.KeyVal keyVal41 = keyVal10.inputStream((java.io.InputStream) constrainableInputStream36);
1646  1 byte[] byteArray43 = new byte[] { (byte) 100 };
1647  1 int int46 = constrainableInputStream36.read(byteArray43, 1, (int) (byte) 0);
1648    // The following exception was thrown during execution in test generation
1649  1 try {
1650  1 int int47 = constrainableInputStream3.read(byteArray43);
1651  0 org.junit.Assert.fail("Expected exception of type java.net.SocketTimeoutException; message: Read timeout");
1652    } catch (java.net.SocketTimeoutException e) {
1653    // Expected exception.
1654    }
1655  1 org.junit.Assert.assertNotNull(constrainableInputStream6);
1656  1 org.junit.Assert.assertNotNull(keyVal10);
1657  1 org.junit.Assert.assertNull(inputStream11);
1658  1 org.junit.Assert.assertNotNull(keyVal15);
1659  1 org.junit.Assert.assertNull(inputStream16);
1660  1 org.junit.Assert.assertNotNull(connection19);
1661  1 org.junit.Assert.assertNotNull(connection21);
1662  1 org.junit.Assert.assertNotNull(request22);
1663  1 org.junit.Assert.assertNotNull(request24);
1664  1 org.junit.Assert.assertNotNull(request27);
1665  1 org.junit.Assert.assertNotNull(strMap28);
1666  1 org.junit.Assert.assertNotNull(strMap29);
1667  1 org.junit.Assert.assertNotNull(connection30);
1668  1 org.junit.Assert.assertNotNull(connection37);
1669  1 org.junit.Assert.assertNotNull(keyVal38);
1670  1 org.junit.Assert.assertNotNull(keyVal41);
1671  1 org.junit.Assert.assertNotNull(byteArray43);
1672  1 org.junit.Assert.assertEquals(java.util.Arrays.toString(byteArray43), "[100]");
1673  1 org.junit.Assert.assertTrue("'" + int46 + "' != '" + 0 + "'", int46 == 0);
1674    }
1675   
 
1676  1 toggle @Test
1677    public void test0566() throws Throwable {
1678  1 if (debug)
1679  0 System.out.format("%n%s%n", "RegressionTest1.test0566");
1680  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
1681  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
1682    // The following exception was thrown during execution in test generation
1683  1 try {
1684  1 org.jsoup.Connection connection3 = httpConnection0.url(":lt(52)");
1685  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Malformed URL: :lt(52)");
1686    } catch (IllegalArgumentException e) {
1687    // Expected exception.
1688    }
1689  1 org.junit.Assert.assertNotNull(response1);
1690    }
1691   
 
1692  1 toggle @Test
1693    public void test0567() throws Throwable {
1694  1 if (debug)
1695  0 System.out.format("%n%s%n", "RegressionTest1.test0567");
1696  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
1697  1 org.jsoup.nodes.Attribute attribute3 = org.jsoup.nodes.Attribute.createFromEncoded("#root", "");
1698  1 org.jsoup.nodes.Attributes attributes4 = attributes0.put(attribute3);
1699  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1700  1 String str7 = document6.id();
1701  1 org.jsoup.select.Elements elements8 = document6.previousElementSiblings();
1702  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor9 = elements8.listIterator();
1703  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor10 = elements8.listIterator();
1704  1 org.jsoup.select.Elements elements11 = elements8.empty();
1705  1 boolean boolean12 = attributes4.equals((Object) elements8);
1706  1 org.jsoup.select.Elements elements13 = new org.jsoup.select.Elements((java.util.Collection<org.jsoup.nodes.Element>) elements8);
1707  1 org.junit.Assert.assertNotNull(attribute3);
1708  1 org.junit.Assert.assertNotNull(attributes4);
1709  1 org.junit.Assert.assertNotNull(document6);
1710  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
1711  1 org.junit.Assert.assertNotNull(elements8);
1712  1 org.junit.Assert.assertNotNull(elementItor9);
1713  1 org.junit.Assert.assertNotNull(elementItor10);
1714  1 org.junit.Assert.assertNotNull(elements11);
1715  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
1716    }
1717   
 
1718  1 toggle @Test
1719    public void test0568() throws Throwable {
1720  1 if (debug)
1721  0 System.out.format("%n%s%n", "RegressionTest1.test0568");
1722  1 org.jsoup.nodes.Document.OutputSettings outputSettings0 = new org.jsoup.nodes.Document.OutputSettings();
1723  1 boolean boolean1 = outputSettings0.outline();
1724  1 org.jsoup.nodes.Document.OutputSettings outputSettings3 = outputSettings0.indentAmount((int) (byte) 1);
1725  1 org.jsoup.nodes.Entities.EscapeMode escapeMode4 = org.jsoup.nodes.Entities.EscapeMode.extended;
1726  1 org.jsoup.nodes.Document.OutputSettings outputSettings5 = outputSettings0.escapeMode(escapeMode4);
1727  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
1728  1 org.junit.Assert.assertNotNull(outputSettings3);
1729  1 org.junit.Assert.assertTrue("'" + escapeMode4 + "' != '" + org.jsoup.nodes.Entities.EscapeMode.extended + "'", escapeMode4.equals(org.jsoup.nodes.Entities.EscapeMode.extended));
1730  1 org.junit.Assert.assertNotNull(outputSettings5);
1731    }
1732   
 
1733  1 toggle @Test
1734    public void test0569() throws Throwable {
1735  1 if (debug)
1736  0 System.out.format("%n%s%n", "RegressionTest1.test0569");
1737  1 org.jsoup.nodes.Document.OutputSettings outputSettings1 = new org.jsoup.nodes.Document.OutputSettings();
1738  1 boolean boolean2 = outputSettings1.outline();
1739  1 int int3 = outputSettings1.indentAmount();
1740  1 org.jsoup.nodes.Document.OutputSettings.Syntax syntax4 = org.jsoup.nodes.Document.OutputSettings.Syntax.html;
1741  1 org.jsoup.nodes.Document.OutputSettings outputSettings5 = outputSettings1.syntax(syntax4);
1742  1 java.nio.charset.Charset charset6 = outputSettings5.charset();
1743  1 String str7 = org.jsoup.nodes.Entities.escape("", outputSettings5);
1744  1 org.jsoup.nodes.Document.OutputSettings outputSettings9 = outputSettings5.indentAmount((int) (short) 10);
1745  1 int int10 = outputSettings5.indentAmount();
1746  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
1747  1 org.junit.Assert.assertTrue("'" + int3 + "' != '" + 1 + "'", int3 == 1);
1748  1 org.junit.Assert.assertTrue("'" + syntax4 + "' != '" + org.jsoup.nodes.Document.OutputSettings.Syntax.html + "'", syntax4.equals(org.jsoup.nodes.Document.OutputSettings.Syntax.html));
1749  1 org.junit.Assert.assertNotNull(outputSettings5);
1750  1 org.junit.Assert.assertNotNull(charset6);
1751  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
1752  1 org.junit.Assert.assertNotNull(outputSettings9);
1753  1 org.junit.Assert.assertTrue("'" + int10 + "' != '" + 10 + "'", int10 == 10);
1754    }
1755   
 
1756  1 toggle @Test
1757    public void test0570() throws Throwable {
1758  1 if (debug)
1759  0 System.out.format("%n%s%n", "RegressionTest1.test0570");
1760  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
1761  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
1762  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
1763  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
1764  1 boolean boolean8 = request4.hasHeader("multipart/form-data");
1765  1 org.jsoup.Connection.Method method9 = request4.method();
1766  1 org.jsoup.Connection.Method method10 = request4.method();
1767  1 org.jsoup.Connection.Request request13 = request4.addHeader("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", ":eq(-1)");
1768  1 org.jsoup.Connection.Request request16 = request13.addHeader("<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>", " ");
1769  1 org.jsoup.Connection.Method method17 = request16.method();
1770  1 String str18 = request16.requestBody();
1771  1 java.util.List<String> strList20 = request16.headers("[]");
1772  1 org.junit.Assert.assertNotNull(request1);
1773  1 org.junit.Assert.assertNotNull(request4);
1774  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
1775  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + true + "'", boolean8 == true);
1776  1 org.junit.Assert.assertTrue("'" + method9 + "' != '" + org.jsoup.Connection.Method.GET + "'", method9.equals(org.jsoup.Connection.Method.GET));
1777  1 org.junit.Assert.assertTrue("'" + method10 + "' != '" + org.jsoup.Connection.Method.GET + "'", method10.equals(org.jsoup.Connection.Method.GET));
1778  1 org.junit.Assert.assertNotNull(request13);
1779  1 org.junit.Assert.assertNotNull(request16);
1780  1 org.junit.Assert.assertTrue("'" + method17 + "' != '" + org.jsoup.Connection.Method.GET + "'", method17.equals(org.jsoup.Connection.Method.GET));
1781  1 org.junit.Assert.assertNull(str18);
1782  1 org.junit.Assert.assertNotNull(strList20);
1783    }
1784   
 
1785  1 toggle @Test
1786    public void test0571() throws Throwable {
1787  1 if (debug)
1788  0 System.out.format("%n%s%n", "RegressionTest1.test0571");
1789  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
1790  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
1791  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
1792  1 org.jsoup.parser.ParseErrorList parseErrorList3 = org.jsoup.parser.ParseErrorList.noTracking();
1793  1 int int4 = parseErrorList1.indexOf((Object) parseErrorList3);
1794  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
1795  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory6 = null;
1796  1 org.jsoup.Connection connection7 = httpConnection5.sslSocketFactory(sSLSocketFactory6);
1797  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory8 = null;
1798  1 org.jsoup.Connection connection9 = httpConnection5.sslSocketFactory(sSLSocketFactory8);
1799  1 org.jsoup.Connection connection11 = httpConnection5.ignoreContentType(true);
1800  1 boolean boolean12 = parseErrorList1.equals((Object) true);
1801  1 org.jsoup.nodes.DataNode dataNode15 = org.jsoup.nodes.DataNode.createFromEncoded("#text", "");
1802  1 String str16 = dataNode15.getWholeData();
1803  1 org.jsoup.nodes.DataNode dataNode18 = dataNode15.setWholeData("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
1804  1 org.jsoup.nodes.LeafNode[] leafNodeArray19 = new org.jsoup.nodes.LeafNode[] { dataNode18 };
1805  1 org.jsoup.nodes.LeafNode[] leafNodeArray20 = parseErrorList1.toArray(leafNodeArray19);
1806  1 java.util.Spliterator<org.jsoup.parser.ParseError> parseErrorSpliterator21 = parseErrorList1.spliterator();
1807  1 org.junit.Assert.assertNotNull(parseErrorArray0);
1808  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
1809  1 org.junit.Assert.assertNotNull(parseErrorList3);
1810  1 org.junit.Assert.assertTrue("'" + int4 + "' != '" + (-1) + "'", int4 == (-1));
1811  1 org.junit.Assert.assertNotNull(connection7);
1812  1 org.junit.Assert.assertNotNull(connection9);
1813  1 org.junit.Assert.assertNotNull(connection11);
1814  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
1815  1 org.junit.Assert.assertNotNull(dataNode15);
1816  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "#text" + "'", str16, "#text");
1817  1 org.junit.Assert.assertNotNull(dataNode18);
1818  1 org.junit.Assert.assertNotNull(leafNodeArray19);
1819  1 org.junit.Assert.assertNotNull(leafNodeArray20);
1820  1 org.junit.Assert.assertNotNull(parseErrorSpliterator21);
1821    }
1822   
 
1823  1 toggle @Test
1824    public void test0572() throws Throwable {
1825  1 if (debug)
1826  0 System.out.format("%n%s%n", "RegressionTest1.test0572");
1827  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
1828  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
1829  1 String str2 = response1.statusMessage();
1830  1 String str3 = response1.statusMessage();
1831  1 org.jsoup.Connection.Method method4 = response1.method();
1832  1 java.util.Map<String, java.util.List<String>> strMap5 = response1.multiHeaders();
1833  1 java.util.Map<String, String> strMap6 = response1.cookies();
1834  1 boolean boolean8 = response1.hasCookie(":last-child");
1835  1 org.junit.Assert.assertNotNull(response1);
1836  1 org.junit.Assert.assertNull(str2);
1837  1 org.junit.Assert.assertNull(str3);
1838  1 org.junit.Assert.assertNull(method4);
1839  1 org.junit.Assert.assertNotNull(strMap5);
1840  1 org.junit.Assert.assertNotNull(strMap6);
1841  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
1842    }
1843   
 
1844  1 toggle @Test
1845    public void test0573() throws Throwable {
1846  1 if (debug)
1847  0 System.out.format("%n%s%n", "RegressionTest1.test0573");
1848  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
1849  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1850  1 String str5 = document4.className();
1851  1 String str6 = document4.outerHtml();
1852  1 boolean boolean8 = document4.hasSameValue((Object) 1);
1853  1 String str9 = document4.tagName();
1854  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1855  1 org.jsoup.nodes.Element element13 = document11.val("hi!");
1856  1 boolean boolean14 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, element13);
1857  1 String str15 = document4.title();
1858  1 org.jsoup.nodes.Node node16 = document4.parent();
1859    // The following exception was thrown during execution in test generation
1860  1 try {
1861  1 int int17 = node16.siblingIndex();
1862  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"Object.getClass()\" because \"o\" is null");
1863    } catch (NullPointerException e) {
1864    // Expected exception.
1865    }
1866  1 org.junit.Assert.assertNotNull(document4);
1867  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
1868  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str6, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
1869  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
1870  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "#root" + "'", str9, "#root");
1871  1 org.junit.Assert.assertNotNull(document11);
1872  1 org.junit.Assert.assertNotNull(element13);
1873  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
1874  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "" + "'", str15, "");
1875  1 org.junit.Assert.assertNull(node16);
1876    }
1877   
 
1878  1 toggle @Test
1879    public void test0574() throws Throwable {
1880  1 if (debug)
1881  0 System.out.format("%n%s%n", "RegressionTest1.test0574");
1882  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
1883  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
1884  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
1885  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
1886  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
1887  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
1888  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
1889  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
1890  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
1891  1 java.util.Map<String, java.util.List<String>> strMap11 = request10.multiHeaders();
1892  1 java.util.Map<String, String> strMap12 = request10.cookies();
1893  1 org.jsoup.Connection connection13 = httpConnection0.headers(strMap12);
1894  1 org.jsoup.helper.HttpConnection.KeyVal keyVal16 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
1895  1 org.jsoup.Connection.KeyVal[] keyValArray17 = new org.jsoup.Connection.KeyVal[] { keyVal16 };
1896  1 java.util.ArrayList<org.jsoup.Connection.KeyVal> keyValList18 = new java.util.ArrayList<org.jsoup.Connection.KeyVal>();
1897  1 boolean boolean19 = java.util.Collections.addAll((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList18, keyValArray17);
1898  1 org.jsoup.Connection connection20 = connection13.data((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList18);
1899    // The following exception was thrown during execution in test generation
1900  1 try {
1901  1 org.jsoup.nodes.Document document21 = connection13.get();
1902  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: URL must be specified to connect");
1903    } catch (IllegalArgumentException e) {
1904    // Expected exception.
1905    }
1906  1 org.junit.Assert.assertNotNull(connection2);
1907  1 org.junit.Assert.assertNotNull(connection4);
1908  1 org.junit.Assert.assertNotNull(request5);
1909  1 org.junit.Assert.assertNotNull(request7);
1910  1 org.junit.Assert.assertNotNull(request10);
1911  1 org.junit.Assert.assertNotNull(strMap11);
1912  1 org.junit.Assert.assertNotNull(strMap12);
1913  1 org.junit.Assert.assertNotNull(connection13);
1914  1 org.junit.Assert.assertNotNull(keyVal16);
1915  1 org.junit.Assert.assertNotNull(keyValArray17);
1916  1 org.junit.Assert.assertTrue("'" + boolean19 + "' != '" + true + "'", boolean19 == true);
1917  1 org.junit.Assert.assertNotNull(connection20);
1918    }
1919   
 
1920  1 toggle @Test
1921    public void test0575() throws Throwable {
1922  1 if (debug)
1923  0 System.out.format("%n%s%n", "RegressionTest1.test0575");
1924  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1925  1 String str2 = document1.id();
1926  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
1927  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
1928  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor5 = elements3.listIterator();
1929  1 org.jsoup.select.Elements elements7 = elements3.next("#text");
1930  1 org.jsoup.nodes.Element element9 = null;
1931  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
1932  1 java.util.List<org.jsoup.nodes.Node> nodeList12 = org.jsoup.parser.Parser.parseFragment("", element9, "", parseErrorList11);
1933  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor13 = parseErrorList11.iterator();
1934  1 boolean boolean14 = elements3.removeAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList11);
1935  1 String str15 = elements3.toString();
1936  1 org.jsoup.parser.ParseError[] parseErrorArray16 = new org.jsoup.parser.ParseError[] {};
1937  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList17 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
1938  1 boolean boolean18 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList17, parseErrorArray16);
1939  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType21 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
1940  1 org.jsoup.nodes.Document document23 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1941  1 String str24 = document23.className();
1942  1 String str25 = document23.outerHtml();
1943  1 boolean boolean27 = document23.hasSameValue((Object) 1);
1944  1 String str28 = document23.tagName();
1945  1 org.jsoup.nodes.Document document30 = org.jsoup.Jsoup.parseBodyFragment("hi!");
1946  1 org.jsoup.nodes.Element element32 = document30.val("hi!");
1947  1 boolean boolean33 = isNthLastOfType21.matches((org.jsoup.nodes.Element) document23, element32);
1948  1 String str34 = document23.wholeText();
1949  1 int int35 = parseErrorList17.indexOf((Object) document23);
1950  1 boolean boolean36 = elements3.removeAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList17);
1951  1 org.jsoup.select.Elements elements38 = elements3.wrap("application/x-www-form-urlencoded");
1952  1 org.junit.Assert.assertNotNull(document1);
1953  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
1954  1 org.junit.Assert.assertNotNull(elements3);
1955  1 org.junit.Assert.assertNotNull(elementItor4);
1956  1 org.junit.Assert.assertNotNull(elementItor5);
1957  1 org.junit.Assert.assertNotNull(elements7);
1958  1 org.junit.Assert.assertNotNull(parseErrorList11);
1959  1 org.junit.Assert.assertNotNull(nodeList12);
1960  1 org.junit.Assert.assertNotNull(parseErrorItor13);
1961  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
1962  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "" + "'", str15, "");
1963  1 org.junit.Assert.assertNotNull(parseErrorArray16);
1964  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
1965  1 org.junit.Assert.assertNotNull(document23);
1966  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "" + "'", str24, "");
1967  1 org.junit.Assert.assertEquals("'" + str25 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str25, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
1968  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + false + "'", boolean27 == false);
1969  1 org.junit.Assert.assertEquals("'" + str28 + "' != '" + "#root" + "'", str28, "#root");
1970  1 org.junit.Assert.assertNotNull(document30);
1971  1 org.junit.Assert.assertNotNull(element32);
1972  1 org.junit.Assert.assertTrue("'" + boolean33 + "' != '" + false + "'", boolean33 == false);
1973  1 org.junit.Assert.assertEquals("'" + str34 + "' != '" + "hi!" + "'", str34, "hi!");
1974  1 org.junit.Assert.assertTrue("'" + int35 + "' != '" + (-1) + "'", int35 == (-1));
1975  1 org.junit.Assert.assertTrue("'" + boolean36 + "' != '" + false + "'", boolean36 == false);
1976  1 org.junit.Assert.assertNotNull(elements38);
1977    }
1978   
 
1979  1 toggle @Test
1980    public void test0576() throws Throwable {
1981  1 if (debug)
1982  0 System.out.format("%n%s%n", "RegressionTest1.test0576");
1983  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
1984  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
1985  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
1986  1 java.util.Map<String, java.util.List<String>> strMap5 = request4.multiHeaders();
1987  1 org.jsoup.Connection.Request request7 = request4.ignoreHttpErrors(true);
1988  1 String str9 = request7.header("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
1989  1 java.net.URL uRL10 = null;
1990    // The following exception was thrown during execution in test generation
1991  1 try {
1992  1 org.jsoup.Connection.Request request11 = request7.url(uRL10);
1993  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: URL must not be null");
1994    } catch (IllegalArgumentException e) {
1995    // Expected exception.
1996    }
1997  1 org.junit.Assert.assertNotNull(request1);
1998  1 org.junit.Assert.assertNotNull(request4);
1999  1 org.junit.Assert.assertNotNull(strMap5);
2000  1 org.junit.Assert.assertNotNull(request7);
2001  1 org.junit.Assert.assertNull(str9);
2002    }
2003   
 
2004  1 toggle @Test
2005    public void test0577() throws Throwable {
2006  1 if (debug)
2007  0 System.out.format("%n%s%n", "RegressionTest1.test0577");
2008  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2009  1 String str2 = document1.id();
2010  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
2011  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
2012  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor5 = elements3.listIterator();
2013  1 org.jsoup.select.Elements elements7 = elements3.next("#text");
2014  1 org.jsoup.parser.ParseErrorList parseErrorList8 = org.jsoup.parser.ParseErrorList.noTracking();
2015  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor9 = parseErrorList8.listIterator();
2016  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream10 = parseErrorList8.parallelStream();
2017  1 org.jsoup.nodes.Document document12 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2018  1 String str13 = document12.id();
2019  1 org.jsoup.select.Elements elements14 = document12.previousElementSiblings();
2020  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor15 = elements14.listIterator();
2021  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor16 = elements14.listIterator();
2022  1 org.jsoup.select.Elements elements17 = elements14.empty();
2023  1 org.jsoup.nodes.Document document19 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2024  1 String str20 = document19.id();
2025  1 org.jsoup.select.Elements elements21 = document19.previousElementSiblings();
2026  1 org.jsoup.select.Elements elements23 = elements21.prev("#text");
2027  1 boolean boolean24 = elements21.hasText();
2028  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2029  1 String str27 = document26.id();
2030  1 org.jsoup.select.Elements elements28 = document26.previousElementSiblings();
2031  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor29 = elements28.listIterator();
2032  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor30 = elements28.listIterator();
2033  1 org.jsoup.select.Elements elements31 = elements28.empty();
2034  1 org.jsoup.nodes.Document document33 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2035  1 String str34 = document33.id();
2036  1 org.jsoup.select.Elements elements35 = document33.previousElementSiblings();
2037  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor36 = elements35.listIterator();
2038  1 boolean boolean38 = elements35.equals((Object) 1.0d);
2039  1 String str39 = elements35.text();
2040  1 org.jsoup.select.Elements elements41 = elements35.wrap("#root");
2041  1 org.jsoup.select.Elements[] elementsArray42 = new org.jsoup.select.Elements[] { elements14, elements21, elements28, elements41 };
2042  1 org.jsoup.select.Elements[] elementsArray43 = parseErrorList8.toArray(elementsArray42);
2043  1 int int44 = elements3.indexOf((Object) parseErrorList8);
2044  1 java.util.Spliterator<org.jsoup.parser.ParseError> parseErrorSpliterator45 = parseErrorList8.spliterator();
2045  1 parseErrorList8.trimToSize();
2046  1 org.junit.Assert.assertNotNull(document1);
2047  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
2048  1 org.junit.Assert.assertNotNull(elements3);
2049  1 org.junit.Assert.assertNotNull(elementItor4);
2050  1 org.junit.Assert.assertNotNull(elementItor5);
2051  1 org.junit.Assert.assertNotNull(elements7);
2052  1 org.junit.Assert.assertNotNull(parseErrorList8);
2053  1 org.junit.Assert.assertNotNull(parseErrorItor9);
2054  1 org.junit.Assert.assertNotNull(parseErrorStream10);
2055  1 org.junit.Assert.assertNotNull(document12);
2056  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "" + "'", str13, "");
2057  1 org.junit.Assert.assertNotNull(elements14);
2058  1 org.junit.Assert.assertNotNull(elementItor15);
2059  1 org.junit.Assert.assertNotNull(elementItor16);
2060  1 org.junit.Assert.assertNotNull(elements17);
2061  1 org.junit.Assert.assertNotNull(document19);
2062  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "" + "'", str20, "");
2063  1 org.junit.Assert.assertNotNull(elements21);
2064  1 org.junit.Assert.assertNotNull(elements23);
2065  1 org.junit.Assert.assertTrue("'" + boolean24 + "' != '" + false + "'", boolean24 == false);
2066  1 org.junit.Assert.assertNotNull(document26);
2067  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
2068  1 org.junit.Assert.assertNotNull(elements28);
2069  1 org.junit.Assert.assertNotNull(elementItor29);
2070  1 org.junit.Assert.assertNotNull(elementItor30);
2071  1 org.junit.Assert.assertNotNull(elements31);
2072  1 org.junit.Assert.assertNotNull(document33);
2073  1 org.junit.Assert.assertEquals("'" + str34 + "' != '" + "" + "'", str34, "");
2074  1 org.junit.Assert.assertNotNull(elements35);
2075  1 org.junit.Assert.assertNotNull(elementItor36);
2076  1 org.junit.Assert.assertTrue("'" + boolean38 + "' != '" + false + "'", boolean38 == false);
2077  1 org.junit.Assert.assertEquals("'" + str39 + "' != '" + "" + "'", str39, "");
2078  1 org.junit.Assert.assertNotNull(elements41);
2079  1 org.junit.Assert.assertNotNull(elementsArray42);
2080  1 org.junit.Assert.assertNotNull(elementsArray43);
2081  1 org.junit.Assert.assertTrue("'" + int44 + "' != '" + (-1) + "'", int44 == (-1));
2082  1 org.junit.Assert.assertNotNull(parseErrorSpliterator45);
2083    }
2084   
 
2085  1 toggle @Test
2086    public void test0578() throws Throwable {
2087  1 if (debug)
2088  0 System.out.format("%n%s%n", "RegressionTest1.test0578");
2089  1 java.io.InputStream inputStream2 = null;
2090  1 org.jsoup.helper.HttpConnection.KeyVal keyVal3 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream2);
2091  1 java.io.InputStream inputStream4 = keyVal3.inputStream();
2092  1 java.io.InputStream inputStream7 = null;
2093  1 org.jsoup.helper.HttpConnection.KeyVal keyVal8 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream7);
2094  1 java.io.InputStream inputStream9 = keyVal8.inputStream();
2095  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
2096  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory11 = null;
2097  1 org.jsoup.Connection connection12 = httpConnection10.sslSocketFactory(sSLSocketFactory11);
2098  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory13 = null;
2099  1 org.jsoup.Connection connection14 = httpConnection10.sslSocketFactory(sSLSocketFactory13);
2100  1 org.jsoup.Connection.Request request15 = httpConnection10.request();
2101  1 org.jsoup.helper.HttpConnection httpConnection16 = new org.jsoup.helper.HttpConnection();
2102  1 org.jsoup.Connection.Request request17 = httpConnection16.request();
2103  1 org.jsoup.Connection.Request request20 = request17.addHeader("multipart/form-data", "hi!");
2104  1 java.util.Map<String, java.util.List<String>> strMap21 = request20.multiHeaders();
2105  1 java.util.Map<String, String> strMap22 = request20.cookies();
2106  1 org.jsoup.Connection connection23 = httpConnection10.headers(strMap22);
2107  1 java.io.InputStream inputStream26 = null;
2108  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream29 = new org.jsoup.internal.ConstrainableInputStream(inputStream26, 1, (int) (byte) 0);
2109  1 org.jsoup.Connection connection30 = httpConnection10.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream29);
2110  1 org.jsoup.helper.HttpConnection.KeyVal keyVal31 = keyVal8.inputStream((java.io.InputStream) constrainableInputStream29);
2111  1 constrainableInputStream29.skipNBytes(0L);
2112  1 org.jsoup.helper.HttpConnection.KeyVal keyVal34 = keyVal3.inputStream((java.io.InputStream) constrainableInputStream29);
2113  1 byte[] byteArray36 = new byte[] { (byte) 100 };
2114  1 int int39 = constrainableInputStream29.read(byteArray36, 1, (int) (byte) 0);
2115    // The following exception was thrown during execution in test generation
2116  1 try {
2117  1 long long41 = constrainableInputStream29.skip((long) 10);
2118  0 org.junit.Assert.fail("Expected exception of type java.io.IOException; message: Stream closed");
2119    } catch (java.io.IOException e) {
2120    // Expected exception.
2121    }
2122  1 org.junit.Assert.assertNotNull(keyVal3);
2123  1 org.junit.Assert.assertNull(inputStream4);
2124  1 org.junit.Assert.assertNotNull(keyVal8);
2125  1 org.junit.Assert.assertNull(inputStream9);
2126  1 org.junit.Assert.assertNotNull(connection12);
2127  1 org.junit.Assert.assertNotNull(connection14);
2128  1 org.junit.Assert.assertNotNull(request15);
2129  1 org.junit.Assert.assertNotNull(request17);
2130  1 org.junit.Assert.assertNotNull(request20);
2131  1 org.junit.Assert.assertNotNull(strMap21);
2132  1 org.junit.Assert.assertNotNull(strMap22);
2133  1 org.junit.Assert.assertNotNull(connection23);
2134  1 org.junit.Assert.assertNotNull(connection30);
2135  1 org.junit.Assert.assertNotNull(keyVal31);
2136  1 org.junit.Assert.assertNotNull(keyVal34);
2137  1 org.junit.Assert.assertNotNull(byteArray36);
2138  1 org.junit.Assert.assertEquals(java.util.Arrays.toString(byteArray36), "[100]");
2139  1 org.junit.Assert.assertTrue("'" + int39 + "' != '" + 0 + "'", int39 == 0);
2140    }
2141   
 
2142  1 toggle @Test
2143    public void test0579() throws Throwable {
2144  1 if (debug)
2145  0 System.out.format("%n%s%n", "RegressionTest1.test0579");
2146  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
2147  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
2148  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
2149  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
2150  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
2151  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
2152  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
2153  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
2154  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
2155  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
2156  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
2157  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
2158  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
2159  1 java.util.Map<String, String> strMap16 = request14.cookies();
2160  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
2161  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
2162  1 org.jsoup.Connection.Request request19 = httpConnection0.request();
2163  1 org.jsoup.Connection connection21 = httpConnection0.requestBody("#document");
2164  1 org.jsoup.helper.HttpConnection httpConnection24 = new org.jsoup.helper.HttpConnection();
2165  1 org.jsoup.Connection.Request request25 = httpConnection24.request();
2166  1 org.jsoup.Connection connection27 = httpConnection24.referrer("multipart/form-data");
2167  1 org.jsoup.helper.HttpConnection httpConnection28 = new org.jsoup.helper.HttpConnection();
2168  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory29 = null;
2169  1 org.jsoup.Connection connection30 = httpConnection28.sslSocketFactory(sSLSocketFactory29);
2170  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory31 = null;
2171  1 org.jsoup.Connection connection32 = httpConnection28.sslSocketFactory(sSLSocketFactory31);
2172  1 org.jsoup.Connection.Request request33 = httpConnection28.request();
2173  1 org.jsoup.helper.HttpConnection httpConnection34 = new org.jsoup.helper.HttpConnection();
2174  1 org.jsoup.Connection.Request request35 = httpConnection34.request();
2175  1 org.jsoup.Connection.Request request38 = request35.addHeader("multipart/form-data", "hi!");
2176  1 java.util.Map<String, java.util.List<String>> strMap39 = request38.multiHeaders();
2177  1 java.util.Map<String, String> strMap40 = request38.cookies();
2178  1 org.jsoup.Connection connection41 = httpConnection28.headers(strMap40);
2179  1 org.jsoup.Connection connection42 = httpConnection24.data(strMap40);
2180  1 java.io.InputStream inputStream47 = null;
2181  1 org.jsoup.helper.HttpConnection.KeyVal keyVal48 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream47);
2182  1 java.io.InputStream inputStream49 = keyVal48.inputStream();
2183  1 org.jsoup.helper.HttpConnection httpConnection50 = new org.jsoup.helper.HttpConnection();
2184  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory51 = null;
2185  1 org.jsoup.Connection connection52 = httpConnection50.sslSocketFactory(sSLSocketFactory51);
2186  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory53 = null;
2187  1 org.jsoup.Connection connection54 = httpConnection50.sslSocketFactory(sSLSocketFactory53);
2188  1 org.jsoup.Connection.Request request55 = httpConnection50.request();
2189  1 org.jsoup.helper.HttpConnection httpConnection56 = new org.jsoup.helper.HttpConnection();
2190  1 org.jsoup.Connection.Request request57 = httpConnection56.request();
2191  1 org.jsoup.Connection.Request request60 = request57.addHeader("multipart/form-data", "hi!");
2192  1 java.util.Map<String, java.util.List<String>> strMap61 = request60.multiHeaders();
2193  1 java.util.Map<String, String> strMap62 = request60.cookies();
2194  1 org.jsoup.Connection connection63 = httpConnection50.headers(strMap62);
2195  1 java.io.InputStream inputStream66 = null;
2196  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream69 = new org.jsoup.internal.ConstrainableInputStream(inputStream66, 1, (int) (byte) 0);
2197  1 org.jsoup.Connection connection70 = httpConnection50.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream69);
2198  1 org.jsoup.helper.HttpConnection.KeyVal keyVal71 = keyVal48.inputStream((java.io.InputStream) constrainableInputStream69);
2199  1 constrainableInputStream69.skipNBytes(0L);
2200  1 org.jsoup.Connection connection74 = httpConnection24.data("[:eq(-1)!=#doctype]", ":contains(content-encoding)", (java.io.InputStream) constrainableInputStream69);
2201    // The following exception was thrown during execution in test generation
2202  1 try {
2203  1 org.jsoup.Connection connection76 = httpConnection0.data("<html>\n <head></head> \n <body>\n hi! \n </body>\n</html>", "", (java.io.InputStream) constrainableInputStream69, "");
2204  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: String must not be empty");
2205    } catch (IllegalArgumentException e) {
2206    // Expected exception.
2207    }
2208  1 org.junit.Assert.assertNotNull(request1);
2209  1 org.junit.Assert.assertNotNull(connection3);
2210  1 org.junit.Assert.assertNotNull(connection6);
2211  1 org.junit.Assert.assertNotNull(connection8);
2212  1 org.junit.Assert.assertNotNull(request9);
2213  1 org.junit.Assert.assertNotNull(request11);
2214  1 org.junit.Assert.assertNotNull(request14);
2215  1 org.junit.Assert.assertNotNull(strMap15);
2216  1 org.junit.Assert.assertNotNull(strMap16);
2217  1 org.junit.Assert.assertNotNull(connection17);
2218  1 org.junit.Assert.assertNotNull(connection18);
2219  1 org.junit.Assert.assertNotNull(request19);
2220  1 org.junit.Assert.assertNotNull(connection21);
2221  1 org.junit.Assert.assertNotNull(request25);
2222  1 org.junit.Assert.assertNotNull(connection27);
2223  1 org.junit.Assert.assertNotNull(connection30);
2224  1 org.junit.Assert.assertNotNull(connection32);
2225  1 org.junit.Assert.assertNotNull(request33);
2226  1 org.junit.Assert.assertNotNull(request35);
2227  1 org.junit.Assert.assertNotNull(request38);
2228  1 org.junit.Assert.assertNotNull(strMap39);
2229  1 org.junit.Assert.assertNotNull(strMap40);
2230  1 org.junit.Assert.assertNotNull(connection41);
2231  1 org.junit.Assert.assertNotNull(connection42);
2232  1 org.junit.Assert.assertNotNull(keyVal48);
2233  1 org.junit.Assert.assertNull(inputStream49);
2234  1 org.junit.Assert.assertNotNull(connection52);
2235  1 org.junit.Assert.assertNotNull(connection54);
2236  1 org.junit.Assert.assertNotNull(request55);
2237  1 org.junit.Assert.assertNotNull(request57);
2238  1 org.junit.Assert.assertNotNull(request60);
2239  1 org.junit.Assert.assertNotNull(strMap61);
2240  1 org.junit.Assert.assertNotNull(strMap62);
2241  1 org.junit.Assert.assertNotNull(connection63);
2242  1 org.junit.Assert.assertNotNull(connection70);
2243  1 org.junit.Assert.assertNotNull(keyVal71);
2244  1 org.junit.Assert.assertNotNull(connection74);
2245    }
2246   
 
2247  1 toggle @Test
2248    public void test0580() throws Throwable {
2249  1 if (debug)
2250  0 System.out.format("%n%s%n", "RegressionTest1.test0580");
2251  1 org.jsoup.nodes.Document document2 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2252  1 String str3 = document2.className();
2253  1 String str5 = document2.attr("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
2254  1 org.jsoup.nodes.Element element7 = document2.text("");
2255  1 String str8 = document2.cssSelector();
2256  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2257  1 String str12 = document11.id();
2258  1 org.jsoup.select.Elements elements13 = document11.previousElementSiblings();
2259  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor14 = elements13.listIterator();
2260  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor15 = elements13.listIterator();
2261  1 org.jsoup.select.Elements elements17 = elements13.next("#text");
2262  1 org.jsoup.parser.ParseErrorList parseErrorList18 = org.jsoup.parser.ParseErrorList.noTracking();
2263  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor19 = parseErrorList18.listIterator();
2264  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream20 = parseErrorList18.parallelStream();
2265  1 org.jsoup.nodes.Document document22 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2266  1 String str23 = document22.id();
2267  1 org.jsoup.select.Elements elements24 = document22.previousElementSiblings();
2268  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor25 = elements24.listIterator();
2269  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor26 = elements24.listIterator();
2270  1 org.jsoup.select.Elements elements27 = elements24.empty();
2271  1 org.jsoup.nodes.Document document29 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2272  1 String str30 = document29.id();
2273  1 org.jsoup.select.Elements elements31 = document29.previousElementSiblings();
2274  1 org.jsoup.select.Elements elements33 = elements31.prev("#text");
2275  1 boolean boolean34 = elements31.hasText();
2276  1 org.jsoup.nodes.Document document36 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2277  1 String str37 = document36.id();
2278  1 org.jsoup.select.Elements elements38 = document36.previousElementSiblings();
2279  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor39 = elements38.listIterator();
2280  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor40 = elements38.listIterator();
2281  1 org.jsoup.select.Elements elements41 = elements38.empty();
2282  1 org.jsoup.nodes.Document document43 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2283  1 String str44 = document43.id();
2284  1 org.jsoup.select.Elements elements45 = document43.previousElementSiblings();
2285  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor46 = elements45.listIterator();
2286  1 boolean boolean48 = elements45.equals((Object) 1.0d);
2287  1 String str49 = elements45.text();
2288  1 org.jsoup.select.Elements elements51 = elements45.wrap("#root");
2289  1 org.jsoup.select.Elements[] elementsArray52 = new org.jsoup.select.Elements[] { elements24, elements31, elements38, elements51 };
2290  1 org.jsoup.select.Elements[] elementsArray53 = parseErrorList18.toArray(elementsArray52);
2291  1 int int54 = elements13.indexOf((Object) parseErrorList18);
2292  1 java.util.List<org.jsoup.nodes.Node> nodeList55 = org.jsoup.parser.Parser.parseFragment("amultipart", (org.jsoup.nodes.Element) document2, ":first-of-type", parseErrorList18);
2293  1 org.junit.Assert.assertNotNull(document2);
2294  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
2295  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
2296  1 org.junit.Assert.assertNotNull(element7);
2297  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "#root" + "'", str8, "#root");
2298  1 org.junit.Assert.assertNotNull(document11);
2299  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
2300  1 org.junit.Assert.assertNotNull(elements13);
2301  1 org.junit.Assert.assertNotNull(elementItor14);
2302  1 org.junit.Assert.assertNotNull(elementItor15);
2303  1 org.junit.Assert.assertNotNull(elements17);
2304  1 org.junit.Assert.assertNotNull(parseErrorList18);
2305  1 org.junit.Assert.assertNotNull(parseErrorItor19);
2306  1 org.junit.Assert.assertNotNull(parseErrorStream20);
2307  1 org.junit.Assert.assertNotNull(document22);
2308  1 org.junit.Assert.assertEquals("'" + str23 + "' != '" + "" + "'", str23, "");
2309  1 org.junit.Assert.assertNotNull(elements24);
2310  1 org.junit.Assert.assertNotNull(elementItor25);
2311  1 org.junit.Assert.assertNotNull(elementItor26);
2312  1 org.junit.Assert.assertNotNull(elements27);
2313  1 org.junit.Assert.assertNotNull(document29);
2314  1 org.junit.Assert.assertEquals("'" + str30 + "' != '" + "" + "'", str30, "");
2315  1 org.junit.Assert.assertNotNull(elements31);
2316  1 org.junit.Assert.assertNotNull(elements33);
2317  1 org.junit.Assert.assertTrue("'" + boolean34 + "' != '" + false + "'", boolean34 == false);
2318  1 org.junit.Assert.assertNotNull(document36);
2319  1 org.junit.Assert.assertEquals("'" + str37 + "' != '" + "" + "'", str37, "");
2320  1 org.junit.Assert.assertNotNull(elements38);
2321  1 org.junit.Assert.assertNotNull(elementItor39);
2322  1 org.junit.Assert.assertNotNull(elementItor40);
2323  1 org.junit.Assert.assertNotNull(elements41);
2324  1 org.junit.Assert.assertNotNull(document43);
2325  1 org.junit.Assert.assertEquals("'" + str44 + "' != '" + "" + "'", str44, "");
2326  1 org.junit.Assert.assertNotNull(elements45);
2327  1 org.junit.Assert.assertNotNull(elementItor46);
2328  1 org.junit.Assert.assertTrue("'" + boolean48 + "' != '" + false + "'", boolean48 == false);
2329  1 org.junit.Assert.assertEquals("'" + str49 + "' != '" + "" + "'", str49, "");
2330  1 org.junit.Assert.assertNotNull(elements51);
2331  1 org.junit.Assert.assertNotNull(elementsArray52);
2332  1 org.junit.Assert.assertNotNull(elementsArray53);
2333  1 org.junit.Assert.assertTrue("'" + int54 + "' != '" + (-1) + "'", int54 == (-1));
2334  1 org.junit.Assert.assertNotNull(nodeList55);
2335    }
2336   
 
2337  1 toggle @Test
2338    public void test0581() throws Throwable {
2339  1 if (debug)
2340  0 System.out.format("%n%s%n", "RegressionTest1.test0581");
2341  1 org.jsoup.nodes.Document document3 = org.jsoup.Jsoup.parse("", "#doctype");
2342  1 org.jsoup.nodes.Document document4 = document3.normalise();
2343  1 java.util.List<org.jsoup.nodes.Node> nodeList6 = org.jsoup.parser.Parser.parseFragment("[:eq(-1)!=#doctype]", (org.jsoup.nodes.Element) document3, " ");
2344  1 org.junit.Assert.assertNotNull(document3);
2345  1 org.junit.Assert.assertNotNull(document4);
2346  1 org.junit.Assert.assertNotNull(nodeList6);
2347    }
2348   
 
2349  1 toggle @Test
2350    public void test0582() throws Throwable {
2351  1 if (debug)
2352  0 System.out.format("%n%s%n", "RegressionTest1.test0582");
2353  1 org.jsoup.nodes.Document.OutputSettings outputSettings0 = new org.jsoup.nodes.Document.OutputSettings();
2354  1 boolean boolean1 = outputSettings0.outline();
2355  1 int int2 = outputSettings0.indentAmount();
2356  1 org.jsoup.nodes.Document.OutputSettings.Syntax syntax3 = org.jsoup.nodes.Document.OutputSettings.Syntax.html;
2357  1 org.jsoup.nodes.Document.OutputSettings outputSettings4 = outputSettings0.syntax(syntax3);
2358  1 java.nio.charset.Charset charset5 = outputSettings4.charset();
2359  1 boolean boolean6 = outputSettings4.outline();
2360  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
2361  1 org.junit.Assert.assertTrue("'" + int2 + "' != '" + 1 + "'", int2 == 1);
2362  1 org.junit.Assert.assertTrue("'" + syntax3 + "' != '" + org.jsoup.nodes.Document.OutputSettings.Syntax.html + "'", syntax3.equals(org.jsoup.nodes.Document.OutputSettings.Syntax.html));
2363  1 org.junit.Assert.assertNotNull(outputSettings4);
2364  1 org.junit.Assert.assertNotNull(charset5);
2365  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
2366    }
2367   
 
2368  1 toggle @Test
2369    public void test0583() throws Throwable {
2370  1 if (debug)
2371  0 System.out.format("%n%s%n", "RegressionTest1.test0583");
2372  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
2373  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
2374  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
2375  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
2376  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
2377  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
2378  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
2379  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
2380  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
2381  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
2382  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
2383  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
2384  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
2385  1 java.util.Map<String, String> strMap16 = request14.cookies();
2386  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
2387  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
2388  1 org.jsoup.Connection connection20 = httpConnection0.referrer("#document");
2389  1 org.jsoup.helper.HttpConnection httpConnection21 = new org.jsoup.helper.HttpConnection();
2390  1 org.jsoup.Connection.Request request22 = httpConnection21.request();
2391  1 org.jsoup.Connection.Request request25 = request22.addHeader("multipart/form-data", "hi!");
2392  1 boolean boolean27 = request25.hasHeader("multipart/form-data");
2393  1 boolean boolean29 = request25.hasHeader("multipart/form-data");
2394  1 org.jsoup.Connection.Method method30 = request25.method();
2395  1 org.jsoup.Connection.Method method31 = request25.method();
2396  1 org.jsoup.Connection.Request request34 = request25.addHeader("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", ":eq(-1)");
2397  1 org.jsoup.Connection connection35 = httpConnection0.request(request25);
2398  1 org.jsoup.Connection connection37 = connection35.userAgent("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
2399  1 org.junit.Assert.assertNotNull(request1);
2400  1 org.junit.Assert.assertNotNull(connection3);
2401  1 org.junit.Assert.assertNotNull(connection6);
2402  1 org.junit.Assert.assertNotNull(connection8);
2403  1 org.junit.Assert.assertNotNull(request9);
2404  1 org.junit.Assert.assertNotNull(request11);
2405  1 org.junit.Assert.assertNotNull(request14);
2406  1 org.junit.Assert.assertNotNull(strMap15);
2407  1 org.junit.Assert.assertNotNull(strMap16);
2408  1 org.junit.Assert.assertNotNull(connection17);
2409  1 org.junit.Assert.assertNotNull(connection18);
2410  1 org.junit.Assert.assertNotNull(connection20);
2411  1 org.junit.Assert.assertNotNull(request22);
2412  1 org.junit.Assert.assertNotNull(request25);
2413  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + true + "'", boolean27 == true);
2414  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
2415  1 org.junit.Assert.assertTrue("'" + method30 + "' != '" + org.jsoup.Connection.Method.GET + "'", method30.equals(org.jsoup.Connection.Method.GET));
2416  1 org.junit.Assert.assertTrue("'" + method31 + "' != '" + org.jsoup.Connection.Method.GET + "'", method31.equals(org.jsoup.Connection.Method.GET));
2417  1 org.junit.Assert.assertNotNull(request34);
2418  1 org.junit.Assert.assertNotNull(connection35);
2419  1 org.junit.Assert.assertNotNull(connection37);
2420    }
2421   
 
2422  1 toggle @Test
2423    public void test0584() throws Throwable {
2424  1 if (debug)
2425  0 System.out.format("%n%s%n", "RegressionTest1.test0584");
2426  1 org.jsoup.helper.HttpConnection.KeyVal keyVal2 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
2427  1 org.jsoup.helper.HttpConnection.KeyVal keyVal4 = keyVal2.key("Content-Encoding");
2428  1 String str5 = keyVal2.key();
2429  1 org.junit.Assert.assertNotNull(keyVal2);
2430  1 org.junit.Assert.assertNotNull(keyVal4);
2431  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "Content-Encoding" + "'", str5, "Content-Encoding");
2432    }
2433   
 
2434  1 toggle @Test
2435    public void test0585() throws Throwable {
2436  1 if (debug)
2437  0 System.out.format("%n%s%n", "RegressionTest1.test0585");
2438  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2439  1 String str2 = document1.className();
2440  1 String str4 = document1.attr("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
2441  1 org.jsoup.nodes.Element element6 = document1.text("");
2442  1 org.jsoup.select.Elements elements8 = element6.getElementsContainingText("multipart");
2443  1 boolean boolean10 = element6.hasClass(":eq(-1)");
2444  1 boolean boolean12 = element6.hasClass("hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!");
2445  1 org.junit.Assert.assertNotNull(document1);
2446  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
2447  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
2448  1 org.junit.Assert.assertNotNull(element6);
2449  1 org.junit.Assert.assertNotNull(elements8);
2450  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
2451  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
2452    }
2453   
 
2454  1 toggle @Test
2455    public void test0586() throws Throwable {
2456  1 if (debug)
2457  0 System.out.format("%n%s%n", "RegressionTest1.test0586");
2458  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2459  1 org.jsoup.nodes.Element element3 = document1.val("hi!");
2460  1 org.jsoup.nodes.Element element4 = document1.clone();
2461  1 java.util.List<org.jsoup.nodes.DataNode> dataNodeList5 = document1.dataNodes();
2462  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan7 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
2463  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType10 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
2464  1 org.jsoup.nodes.Document document12 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2465  1 String str13 = document12.id();
2466  1 org.jsoup.select.Elements elements14 = document12.previousElementSiblings();
2467  1 org.jsoup.nodes.Element element15 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType10, (org.jsoup.nodes.Element) document12);
2468  1 org.jsoup.nodes.Document document17 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2469  1 String str18 = document17.className();
2470  1 String str19 = document17.outerHtml();
2471  1 org.jsoup.nodes.Document document21 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2472  1 String str22 = document21.id();
2473  1 String str23 = document21.baseUri();
2474  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan25 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
2475  1 boolean boolean26 = document21.is((org.jsoup.select.Evaluator) indexLessThan25);
2476  1 boolean boolean27 = isNthLastOfType10.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document21);
2477  1 String str28 = document21.cssSelector();
2478  1 org.jsoup.nodes.Document document30 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2479  1 String str31 = document30.className();
2480  1 String str32 = document30.outerHtml();
2481  1 boolean boolean34 = document30.hasSameValue((Object) 1);
2482  1 boolean boolean35 = indexLessThan7.matches((org.jsoup.nodes.Element) document21, (org.jsoup.nodes.Element) document30);
2483  1 org.jsoup.nodes.Document.QuirksMode quirksMode36 = org.jsoup.nodes.Document.QuirksMode.quirks;
2484  1 org.jsoup.nodes.Document document37 = document30.quirksMode(quirksMode36);
2485  1 org.jsoup.select.Elements elements40 = document37.getElementsByAttributeValueMatching("multipart/form-data", "hi!");
2486  1 java.util.Set<String> strSet41 = document37.classNames();
2487  1 org.jsoup.nodes.Element element42 = document1.appendTo((org.jsoup.nodes.Element) document37);
2488  1 String str43 = document37.html();
2489  1 org.junit.Assert.assertNotNull(document1);
2490  1 org.junit.Assert.assertNotNull(element3);
2491  1 org.junit.Assert.assertNotNull(element4);
2492  1 org.junit.Assert.assertNotNull(dataNodeList5);
2493  1 org.junit.Assert.assertNotNull(document12);
2494  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "" + "'", str13, "");
2495  1 org.junit.Assert.assertNotNull(elements14);
2496  1 org.junit.Assert.assertNull(element15);
2497  1 org.junit.Assert.assertNotNull(document17);
2498  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "" + "'", str18, "");
2499  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str19, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
2500  1 org.junit.Assert.assertNotNull(document21);
2501  1 org.junit.Assert.assertEquals("'" + str22 + "' != '" + "" + "'", str22, "");
2502  1 org.junit.Assert.assertEquals("'" + str23 + "' != '" + "" + "'", str23, "");
2503  1 org.junit.Assert.assertTrue("'" + boolean26 + "' != '" + false + "'", boolean26 == false);
2504  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + false + "'", boolean27 == false);
2505  1 org.junit.Assert.assertEquals("'" + str28 + "' != '" + "#root" + "'", str28, "#root");
2506  1 org.junit.Assert.assertNotNull(document30);
2507  1 org.junit.Assert.assertEquals("'" + str31 + "' != '" + "" + "'", str31, "");
2508  1 org.junit.Assert.assertEquals("'" + str32 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str32, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
2509  1 org.junit.Assert.assertTrue("'" + boolean34 + "' != '" + false + "'", boolean34 == false);
2510  1 org.junit.Assert.assertTrue("'" + boolean35 + "' != '" + true + "'", boolean35 == true);
2511  1 org.junit.Assert.assertTrue("'" + quirksMode36 + "' != '" + org.jsoup.nodes.Document.QuirksMode.quirks + "'", quirksMode36.equals(org.jsoup.nodes.Document.QuirksMode.quirks));
2512  1 org.junit.Assert.assertNotNull(document37);
2513  1 org.junit.Assert.assertNotNull(elements40);
2514  1 org.junit.Assert.assertNotNull(strSet41);
2515  1 org.junit.Assert.assertNotNull(element42);
2516  1 org.junit.Assert.assertEquals("'" + str43 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>" + "'", str43, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>");
2517    }
2518   
 
2519  1 toggle @Test
2520    public void test0587() throws Throwable {
2521  1 if (debug)
2522  0 System.out.format("%n%s%n", "RegressionTest1.test0587");
2523  1 org.jsoup.nodes.TextNode textNode2 = org.jsoup.nodes.TextNode.createFromEncoded("hi!", "hi!");
2524  1 org.jsoup.nodes.Node node4 = textNode2.removeAttr("multipart/form-data");
2525  1 int int5 = textNode2.childNodeSize();
2526  1 String str6 = textNode2.nodeName();
2527  1 org.jsoup.nodes.Node node8 = textNode2.removeAttr(" ");
2528  1 org.junit.Assert.assertNotNull(textNode2);
2529  1 org.junit.Assert.assertNotNull(node4);
2530  1 org.junit.Assert.assertTrue("'" + int5 + "' != '" + 0 + "'", int5 == 0);
2531  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "#text" + "'", str6, "#text");
2532  1 org.junit.Assert.assertNotNull(node8);
2533    }
2534   
 
2535  1 toggle @Test
2536    public void test0588() throws Throwable {
2537  1 if (debug)
2538  0 System.out.format("%n%s%n", "RegressionTest1.test0588");
2539  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
2540  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
2541  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
2542  1 org.jsoup.parser.ParseErrorList parseErrorList3 = org.jsoup.parser.ParseErrorList.noTracking();
2543  1 int int4 = parseErrorList1.indexOf((Object) parseErrorList3);
2544  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
2545  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory6 = null;
2546  1 org.jsoup.Connection connection7 = httpConnection5.sslSocketFactory(sSLSocketFactory6);
2547  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory8 = null;
2548  1 org.jsoup.Connection connection9 = httpConnection5.sslSocketFactory(sSLSocketFactory8);
2549  1 org.jsoup.Connection connection11 = httpConnection5.ignoreContentType(true);
2550  1 boolean boolean12 = parseErrorList1.equals((Object) true);
2551  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream13 = parseErrorList1.parallelStream();
2552  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType16 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
2553  1 org.jsoup.nodes.Document document18 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2554  1 String str19 = document18.className();
2555  1 String str20 = document18.outerHtml();
2556  1 boolean boolean22 = document18.hasSameValue((Object) 1);
2557  1 String str23 = document18.tagName();
2558  1 org.jsoup.nodes.Document document25 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2559  1 org.jsoup.nodes.Element element27 = document25.val("hi!");
2560  1 boolean boolean28 = isNthLastOfType16.matches((org.jsoup.nodes.Element) document18, element27);
2561  1 String str29 = document18.wholeText();
2562  1 org.jsoup.nodes.Attributes attributes30 = document18.attributes();
2563  1 int int31 = parseErrorList1.indexOf((Object) document18);
2564  1 String str32 = document18.data();
2565  1 org.junit.Assert.assertNotNull(parseErrorArray0);
2566  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
2567  1 org.junit.Assert.assertNotNull(parseErrorList3);
2568  1 org.junit.Assert.assertTrue("'" + int4 + "' != '" + (-1) + "'", int4 == (-1));
2569  1 org.junit.Assert.assertNotNull(connection7);
2570  1 org.junit.Assert.assertNotNull(connection9);
2571  1 org.junit.Assert.assertNotNull(connection11);
2572  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
2573  1 org.junit.Assert.assertNotNull(parseErrorStream13);
2574  1 org.junit.Assert.assertNotNull(document18);
2575  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "" + "'", str19, "");
2576  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str20, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
2577  1 org.junit.Assert.assertTrue("'" + boolean22 + "' != '" + false + "'", boolean22 == false);
2578  1 org.junit.Assert.assertEquals("'" + str23 + "' != '" + "#root" + "'", str23, "#root");
2579  1 org.junit.Assert.assertNotNull(document25);
2580  1 org.junit.Assert.assertNotNull(element27);
2581  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
2582  1 org.junit.Assert.assertEquals("'" + str29 + "' != '" + "hi!" + "'", str29, "hi!");
2583  1 org.junit.Assert.assertNotNull(attributes30);
2584  1 org.junit.Assert.assertTrue("'" + int31 + "' != '" + (-1) + "'", int31 == (-1));
2585  1 org.junit.Assert.assertEquals("'" + str32 + "' != '" + "" + "'", str32, "");
2586    }
2587   
 
2588  1 toggle @Test
2589    public void test0589() throws Throwable {
2590  1 if (debug)
2591  0 System.out.format("%n%s%n", "RegressionTest1.test0589");
2592  1 org.jsoup.parser.ParseErrorList parseErrorList0 = org.jsoup.parser.ParseErrorList.noTracking();
2593  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream1 = parseErrorList0.stream();
2594  1 parseErrorList0.ensureCapacity(10);
2595  1 org.junit.Assert.assertNotNull(parseErrorList0);
2596  1 org.junit.Assert.assertNotNull(parseErrorStream1);
2597    }
2598   
 
2599  1 toggle @Test
2600    public void test0590() throws Throwable {
2601  1 if (debug)
2602  0 System.out.format("%n%s%n", "RegressionTest1.test0590");
2603  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("SYSTEM");
2604  1 java.util.regex.Pattern pattern3 = null;
2605  1 org.jsoup.select.Elements elements4 = document1.getElementsByAttributeValueMatching("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", pattern3);
2606  1 org.jsoup.select.Elements elements6 = elements4.addClass(":contains(content-encoding)");
2607  1 org.junit.Assert.assertNotNull(document1);
2608  1 org.junit.Assert.assertNotNull(elements4);
2609  1 org.junit.Assert.assertNotNull(elements6);
2610    }
2611   
 
2612  1 toggle @Test
2613    public void test0591() throws Throwable {
2614  1 if (debug)
2615  0 System.out.format("%n%s%n", "RegressionTest1.test0591");
2616  1 org.jsoup.nodes.Comment comment2 = new org.jsoup.nodes.Comment("", ":eq(-1)");
2617    // The following exception was thrown during execution in test generation
2618  1 try {
2619  1 org.jsoup.nodes.XmlDeclaration xmlDeclaration3 = comment2.asXmlDeclaration();
2620  0 org.junit.Assert.fail("Expected exception of type java.lang.StringIndexOutOfBoundsException; message: Range [1, -1) out of bounds for length 0");
2621    } catch (StringIndexOutOfBoundsException e) {
2622    // Expected exception.
2623    }
2624    }
2625   
 
2626  1 toggle @Test
2627    public void test0592() throws Throwable {
2628  1 if (debug)
2629  0 System.out.format("%n%s%n", "RegressionTest1.test0592");
2630  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
2631  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
2632  1 java.net.Proxy proxy2 = request1.proxy();
2633  1 String str3 = request1.requestBody();
2634  1 org.jsoup.Connection.Request request5 = request1.removeCookie("#declaration");
2635    // The following exception was thrown during execution in test generation
2636  1 try {
2637  1 boolean boolean8 = request1.hasHeaderWithValue("", "Content-Encoding=\"#root\"");
2638  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: String must not be empty");
2639    } catch (IllegalArgumentException e) {
2640    // Expected exception.
2641    }
2642  1 org.junit.Assert.assertNotNull(request1);
2643  1 org.junit.Assert.assertNull(proxy2);
2644  1 org.junit.Assert.assertNull(str3);
2645  1 org.junit.Assert.assertNotNull(request5);
2646    }
2647   
 
2648  1 toggle @Test
2649    public void test0593() throws Throwable {
2650  1 if (debug)
2651  0 System.out.format("%n%s%n", "RegressionTest1.test0593");
2652  1 org.jsoup.safety.Whitelist whitelist0 = org.jsoup.safety.Whitelist.simpleText();
2653  1 org.jsoup.safety.Cleaner cleaner1 = new org.jsoup.safety.Cleaner(whitelist0);
2654  1 String[] strArray12 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
2655  1 boolean boolean13 = org.jsoup.internal.StringUtil.in("", strArray12);
2656  1 boolean boolean14 = org.jsoup.internal.StringUtil.in("", strArray12);
2657  1 org.jsoup.helper.Validate.noNullElements((Object[]) strArray12);
2658  1 boolean boolean16 = org.jsoup.internal.StringUtil.inSorted(" hi!=\"multipart/form-data\"", strArray12);
2659    // The following exception was thrown during execution in test generation
2660  1 try {
2661  1 org.jsoup.safety.Whitelist whitelist17 = whitelist0.removeProtocols("#doctype", "Content-Encoding=#declaration", strArray12);
2662  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Cannot remove a protocol that is not set.");
2663    } catch (IllegalArgumentException e) {
2664    // Expected exception.
2665    }
2666  1 org.junit.Assert.assertNotNull(whitelist0);
2667  1 org.junit.Assert.assertNotNull(strArray12);
2668  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + true + "'", boolean13 == true);
2669  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
2670  1 org.junit.Assert.assertTrue("'" + boolean16 + "' != '" + false + "'", boolean16 == false);
2671    }
2672   
 
2673  1 toggle @Test
2674    public void test0594() throws Throwable {
2675  1 if (debug)
2676  0 System.out.format("%n%s%n", "RegressionTest1.test0594");
2677  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
2678  1 boolean boolean2 = tag1.isFormListed();
2679  1 boolean boolean3 = tag1.formatAsBlock();
2680  1 String str4 = tag1.normalName();
2681  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
2682  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + true + "'", boolean3 == true);
2683  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "#document" + "'", str4, "#document");
2684    }
2685   
 
2686  1 toggle @Test
2687    public void test0595() throws Throwable {
2688  1 if (debug)
2689  0 System.out.format("%n%s%n", "RegressionTest1.test0595");
2690  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
2691  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2692  1 String str5 = document4.id();
2693  1 org.jsoup.select.Elements elements6 = document4.previousElementSiblings();
2694  1 org.jsoup.nodes.Element element7 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType2, (org.jsoup.nodes.Element) document4);
2695  1 org.jsoup.nodes.Document document9 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2696  1 String str10 = document9.className();
2697  1 String str11 = document9.outerHtml();
2698  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2699  1 String str14 = document13.id();
2700  1 String str15 = document13.baseUri();
2701  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan17 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
2702  1 boolean boolean18 = document13.is((org.jsoup.select.Evaluator) indexLessThan17);
2703  1 boolean boolean19 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document9, (org.jsoup.nodes.Element) document13);
2704  1 org.jsoup.select.Elements elements21 = document9.getElementsMatchingOwnText("multipart/form-data");
2705  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType24 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
2706  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2707  1 String str27 = document26.id();
2708  1 org.jsoup.select.Elements elements28 = document26.previousElementSiblings();
2709  1 org.jsoup.nodes.Element element29 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType24, (org.jsoup.nodes.Element) document26);
2710  1 org.jsoup.nodes.Document document31 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2711  1 String str32 = document31.className();
2712  1 String str33 = document31.outerHtml();
2713  1 org.jsoup.nodes.Document document35 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2714  1 String str36 = document35.id();
2715  1 String str37 = document35.baseUri();
2716  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan39 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
2717  1 boolean boolean40 = document35.is((org.jsoup.select.Evaluator) indexLessThan39);
2718  1 boolean boolean41 = isNthLastOfType24.matches((org.jsoup.nodes.Element) document31, (org.jsoup.nodes.Element) document35);
2719  1 String str42 = document35.cssSelector();
2720  1 org.jsoup.nodes.Element element43 = document35.clearAttributes();
2721  1 org.jsoup.nodes.Element element45 = element43.html("Content-Encoding");
2722  1 boolean boolean46 = elements21.add(element43);
2723  1 boolean boolean48 = element43.is("#document");
2724  1 org.junit.Assert.assertNotNull(document4);
2725  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
2726  1 org.junit.Assert.assertNotNull(elements6);
2727  1 org.junit.Assert.assertNull(element7);
2728  1 org.junit.Assert.assertNotNull(document9);
2729  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "" + "'", str10, "");
2730  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str11, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
2731  1 org.junit.Assert.assertNotNull(document13);
2732  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
2733  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "" + "'", str15, "");
2734  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
2735  1 org.junit.Assert.assertTrue("'" + boolean19 + "' != '" + false + "'", boolean19 == false);
2736  1 org.junit.Assert.assertNotNull(elements21);
2737  1 org.junit.Assert.assertNotNull(document26);
2738  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
2739  1 org.junit.Assert.assertNotNull(elements28);
2740  1 org.junit.Assert.assertNull(element29);
2741  1 org.junit.Assert.assertNotNull(document31);
2742  1 org.junit.Assert.assertEquals("'" + str32 + "' != '" + "" + "'", str32, "");
2743  1 org.junit.Assert.assertEquals("'" + str33 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str33, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
2744  1 org.junit.Assert.assertNotNull(document35);
2745  1 org.junit.Assert.assertEquals("'" + str36 + "' != '" + "" + "'", str36, "");
2746  1 org.junit.Assert.assertEquals("'" + str37 + "' != '" + "" + "'", str37, "");
2747  1 org.junit.Assert.assertTrue("'" + boolean40 + "' != '" + false + "'", boolean40 == false);
2748  1 org.junit.Assert.assertTrue("'" + boolean41 + "' != '" + false + "'", boolean41 == false);
2749  1 org.junit.Assert.assertEquals("'" + str42 + "' != '" + "#root" + "'", str42, "#root");
2750  1 org.junit.Assert.assertNotNull(element43);
2751  1 org.junit.Assert.assertNotNull(element45);
2752  1 org.junit.Assert.assertTrue("'" + boolean46 + "' != '" + true + "'", boolean46 == true);
2753  1 org.junit.Assert.assertTrue("'" + boolean48 + "' != '" + false + "'", boolean48 == false);
2754    }
2755   
 
2756  1 toggle @Test
2757    public void test0596() throws Throwable {
2758  1 if (debug)
2759  0 System.out.format("%n%s%n", "RegressionTest1.test0596");
2760  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2761  1 String str2 = document1.wholeText();
2762  1 java.util.List<org.jsoup.nodes.Node> nodeList3 = document1.siblingNodes();
2763  1 org.junit.Assert.assertNotNull(document1);
2764  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "hi!" + "'", str2, "hi!");
2765  1 org.junit.Assert.assertNotNull(nodeList3);
2766    }
2767   
 
2768  1 toggle @Test
2769    public void test0597() throws Throwable {
2770  1 if (debug)
2771  0 System.out.format("%n%s%n", "RegressionTest1.test0597");
2772  1 String str2 = org.jsoup.internal.StringUtil.resolve("[public=<!#root!>]", ":last-of-type");
2773  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
2774    }
2775   
 
2776  1 toggle @Test
2777    public void test0598() throws Throwable {
2778  1 if (debug)
2779  0 System.out.format("%n%s%n", "RegressionTest1.test0598");
2780  1 java.io.InputStream inputStream2 = null;
2781  1 org.jsoup.parser.Parser parser5 = org.jsoup.parser.Parser.htmlParser();
2782  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parse(inputStream2, "", "#root", parser5);
2783  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser5);
2784  1 org.jsoup.nodes.Document document8 = document7.normalise();
2785    // The following exception was thrown during execution in test generation
2786  1 try {
2787  1 org.jsoup.select.Elements elements10 = document8.getElementsByClass("");
2788  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: String must not be empty");
2789    } catch (IllegalArgumentException e) {
2790    // Expected exception.
2791    }
2792  1 org.junit.Assert.assertNotNull(parser5);
2793  1 org.junit.Assert.assertNotNull(document6);
2794  1 org.junit.Assert.assertNotNull(document7);
2795  1 org.junit.Assert.assertNotNull(document8);
2796    }
2797   
 
2798  1 toggle @Test
2799    public void test0599() throws Throwable {
2800  1 if (debug)
2801  0 System.out.format("%n%s%n", "RegressionTest1.test0599");
2802  1 org.jsoup.select.Evaluator.IsOnlyChild isOnlyChild0 = new org.jsoup.select.Evaluator.IsOnlyChild();
2803  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType3 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
2804  1 org.jsoup.nodes.Document document5 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2805  1 String str6 = document5.wholeText();
2806  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2807  1 String str9 = document8.className();
2808  1 boolean boolean10 = isNthLastOfType3.matches((org.jsoup.nodes.Element) document5, (org.jsoup.nodes.Element) document8);
2809  1 org.jsoup.nodes.Document document11 = document5.clone();
2810  1 document11.setBaseUri("#root");
2811  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType16 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
2812  1 org.jsoup.nodes.Document document18 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2813  1 String str19 = document18.className();
2814  1 String str20 = document18.outerHtml();
2815  1 boolean boolean22 = document18.hasSameValue((Object) 1);
2816  1 String str23 = document18.tagName();
2817  1 org.jsoup.nodes.Document document25 = org.jsoup.Jsoup.parseBodyFragment("hi!");
2818  1 org.jsoup.nodes.Element element27 = document25.val("hi!");
2819  1 boolean boolean28 = isNthLastOfType16.matches((org.jsoup.nodes.Element) document18, element27);
2820  1 boolean boolean29 = isOnlyChild0.matches((org.jsoup.nodes.Element) document11, (org.jsoup.nodes.Element) document18);
2821    // The following exception was thrown during execution in test generation
2822  1 try {
2823  1 org.jsoup.nodes.Node node30 = document18.unwrap();
2824  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
2825    } catch (IllegalArgumentException e) {
2826    // Expected exception.
2827    }
2828  1 org.junit.Assert.assertNotNull(document5);
2829  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "hi!" + "'", str6, "hi!");
2830  1 org.junit.Assert.assertNotNull(document8);
2831  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
2832  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
2833  1 org.junit.Assert.assertNotNull(document11);
2834  1 org.junit.Assert.assertNotNull(document18);
2835  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "" + "'", str19, "");
2836  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str20, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
2837  1 org.junit.Assert.assertTrue("'" + boolean22 + "' != '" + false + "'", boolean22 == false);
2838  1 org.junit.Assert.assertEquals("'" + str23 + "' != '" + "#root" + "'", str23, "#root");
2839  1 org.junit.Assert.assertNotNull(document25);
2840  1 org.junit.Assert.assertNotNull(element27);
2841  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
2842  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + false + "'", boolean29 == false);
2843    }
2844   
 
2845  1 toggle @Test
2846    public void test0600() throws Throwable {
2847  1 if (debug)
2848  0 System.out.format("%n%s%n", "RegressionTest1.test0600");
2849  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
2850  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
2851  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
2852  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
2853  1 boolean boolean8 = request4.hasHeader("multipart/form-data");
2854  1 String str9 = request4.requestBody();
2855  1 org.jsoup.parser.Parser parser10 = request4.parser();
2856  1 org.junit.Assert.assertNotNull(request1);
2857  1 org.junit.Assert.assertNotNull(request4);
2858  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
2859  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + true + "'", boolean8 == true);
2860  1 org.junit.Assert.assertNull(str9);
2861  1 org.junit.Assert.assertNotNull(parser10);
2862    }
2863   
 
2864  1 toggle @Test
2865    public void test0601() throws Throwable {
2866  1 if (debug)
2867  0 System.out.format("%n%s%n", "RegressionTest1.test0601");
2868  1 java.io.InputStream inputStream2 = null;
2869  1 org.jsoup.helper.HttpConnection.KeyVal keyVal3 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream2);
2870  1 java.io.InputStream inputStream4 = keyVal3.inputStream();
2871  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
2872  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory6 = null;
2873  1 org.jsoup.Connection connection7 = httpConnection5.sslSocketFactory(sSLSocketFactory6);
2874  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory8 = null;
2875  1 org.jsoup.Connection connection9 = httpConnection5.sslSocketFactory(sSLSocketFactory8);
2876  1 org.jsoup.Connection.Request request10 = httpConnection5.request();
2877  1 org.jsoup.helper.HttpConnection httpConnection11 = new org.jsoup.helper.HttpConnection();
2878  1 org.jsoup.Connection.Request request12 = httpConnection11.request();
2879  1 org.jsoup.Connection.Request request15 = request12.addHeader("multipart/form-data", "hi!");
2880  1 java.util.Map<String, java.util.List<String>> strMap16 = request15.multiHeaders();
2881  1 java.util.Map<String, String> strMap17 = request15.cookies();
2882  1 org.jsoup.Connection connection18 = httpConnection5.headers(strMap17);
2883  1 java.io.InputStream inputStream21 = null;
2884  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream24 = new org.jsoup.internal.ConstrainableInputStream(inputStream21, 1, (int) (byte) 0);
2885  1 org.jsoup.Connection connection25 = httpConnection5.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream24);
2886  1 org.jsoup.helper.HttpConnection.KeyVal keyVal26 = keyVal3.inputStream((java.io.InputStream) constrainableInputStream24);
2887  1 boolean boolean27 = keyVal3.hasInputStream();
2888  1 org.junit.Assert.assertNotNull(keyVal3);
2889  1 org.junit.Assert.assertNull(inputStream4);
2890  1 org.junit.Assert.assertNotNull(connection7);
2891  1 org.junit.Assert.assertNotNull(connection9);
2892  1 org.junit.Assert.assertNotNull(request10);
2893  1 org.junit.Assert.assertNotNull(request12);
2894  1 org.junit.Assert.assertNotNull(request15);
2895  1 org.junit.Assert.assertNotNull(strMap16);
2896  1 org.junit.Assert.assertNotNull(strMap17);
2897  1 org.junit.Assert.assertNotNull(connection18);
2898  1 org.junit.Assert.assertNotNull(connection25);
2899  1 org.junit.Assert.assertNotNull(keyVal26);
2900  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + true + "'", boolean27 == true);
2901    }
2902   
 
2903  1 toggle @Test
2904    public void test0602() throws Throwable {
2905  1 if (debug)
2906  0 System.out.format("%n%s%n", "RegressionTest1.test0602");
2907  1 org.jsoup.nodes.Document.OutputSettings outputSettings0 = new org.jsoup.nodes.Document.OutputSettings();
2908  1 boolean boolean1 = outputSettings0.outline();
2909  1 int int2 = outputSettings0.indentAmount();
2910  1 org.jsoup.nodes.Document.OutputSettings outputSettings4 = outputSettings0.indentAmount(1);
2911  1 org.jsoup.nodes.Document.OutputSettings outputSettings6 = outputSettings0.prettyPrint(true);
2912  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
2913  1 org.junit.Assert.assertTrue("'" + int2 + "' != '" + 1 + "'", int2 == 1);
2914  1 org.junit.Assert.assertNotNull(outputSettings4);
2915  1 org.junit.Assert.assertNotNull(outputSettings6);
2916    }
2917   
 
2918  1 toggle @Test
2919    public void test0603() throws Throwable {
2920  1 if (debug)
2921  0 System.out.format("%n%s%n", "RegressionTest1.test0603");
2922  1 org.jsoup.safety.Whitelist whitelist4 = org.jsoup.safety.Whitelist.basicWithImages();
2923  1 boolean boolean5 = org.jsoup.Jsoup.isValid("hi!", whitelist4);
2924  1 org.jsoup.safety.Whitelist whitelist8 = whitelist4.removeEnforcedAttribute("Content-Encoding", "#root");
2925  1 String str9 = org.jsoup.Jsoup.clean("", whitelist8);
2926  1 org.jsoup.parser.TokenQueue tokenQueue12 = new org.jsoup.parser.TokenQueue("multipart/form-data");
2927  1 String[] strArray17 = new String[] { "multipart/form-data", "Content-Encoding", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36" };
2928  1 String str18 = tokenQueue12.consumeToAny(strArray17);
2929  1 org.jsoup.safety.Whitelist whitelist19 = whitelist8.removeAttributes("multipart", strArray17);
2930  1 String str20 = org.jsoup.Jsoup.clean(":lt(52)", ":lt(52)", whitelist8);
2931  1 org.junit.Assert.assertNotNull(whitelist4);
2932  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + true + "'", boolean5 == true);
2933  1 org.junit.Assert.assertNotNull(whitelist8);
2934  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
2935  1 org.junit.Assert.assertNotNull(strArray17);
2936  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "" + "'", str18, "");
2937  1 org.junit.Assert.assertNotNull(whitelist19);
2938  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + ":lt(52)" + "'", str20, ":lt(52)");
2939    }
2940   
 
2941  1 toggle @Test
2942    public void test0604() throws Throwable {
2943  1 if (debug)
2944  0 System.out.format("%n%s%n", "RegressionTest1.test0604");
2945  1 int[] intArray4 = new int[] { 100, 'm', 10 };
2946  1 int int5 = org.jsoup.nodes.Entities.codepointsForName("PUBLIC", intArray4);
2947  1 org.junit.Assert.assertNotNull(intArray4);
2948  1 org.junit.Assert.assertEquals(java.util.Arrays.toString(intArray4), "[100, 109, 10]");
2949  1 org.junit.Assert.assertTrue("'" + int5 + "' != '" + 0 + "'", int5 == 0);
2950    }
2951   
 
2952  1 toggle @Test
2953    public void test0605() throws Throwable {
2954  1 if (debug)
2955  0 System.out.format("%n%s%n", "RegressionTest1.test0605");
2956  1 java.io.InputStream inputStream2 = null;
2957  1 org.jsoup.parser.Parser parser5 = org.jsoup.parser.Parser.htmlParser();
2958  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parse(inputStream2, "", "#root", parser5);
2959  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser5);
2960  1 org.jsoup.nodes.Document document8 = document7.normalise();
2961  1 int int9 = document8.childNodeSize();
2962  1 org.junit.Assert.assertNotNull(parser5);
2963  1 org.junit.Assert.assertNotNull(document6);
2964  1 org.junit.Assert.assertNotNull(document7);
2965  1 org.junit.Assert.assertNotNull(document8);
2966  1 org.junit.Assert.assertTrue("'" + int9 + "' != '" + 1 + "'", int9 == 1);
2967    }
2968   
 
2969  1 toggle @Test
2970    public void test0606() throws Throwable {
2971  1 if (debug)
2972  0 System.out.format("%n%s%n", "RegressionTest1.test0606");
2973  1 org.jsoup.nodes.TextNode textNode2 = org.jsoup.nodes.TextNode.createFromEncoded("hi!", "hi!");
2974  1 org.jsoup.nodes.Node node4 = textNode2.removeAttr("multipart/form-data");
2975  1 int int5 = textNode2.childNodeSize();
2976  1 String str6 = textNode2.nodeName();
2977  1 String str8 = textNode2.attr("hi!");
2978  1 org.jsoup.nodes.TextNode textNode10 = textNode2.text("hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!");
2979  1 org.jsoup.nodes.TextNode textNode12 = textNode10.text("<!#root!>");
2980  1 boolean boolean14 = textNode10.hasAttr("");
2981  1 org.junit.Assert.assertNotNull(textNode2);
2982  1 org.junit.Assert.assertNotNull(node4);
2983  1 org.junit.Assert.assertTrue("'" + int5 + "' != '" + 0 + "'", int5 == 0);
2984  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "#text" + "'", str6, "#text");
2985  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
2986  1 org.junit.Assert.assertNotNull(textNode10);
2987  1 org.junit.Assert.assertNotNull(textNode12);
2988  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
2989    }
2990   
 
2991  1 toggle @Test
2992    public void test0607() throws Throwable {
2993  1 if (debug)
2994  0 System.out.format("%n%s%n", "RegressionTest1.test0607");
2995  1 org.jsoup.nodes.Document document2 = org.jsoup.parser.Parser.parse("[]", "#text");
2996  1 java.util.List<org.jsoup.nodes.DataNode> dataNodeList3 = document2.dataNodes();
2997  1 org.junit.Assert.assertNotNull(document2);
2998  1 org.junit.Assert.assertNotNull(dataNodeList3);
2999    }
3000   
 
3001  1 toggle @Test
3002    public void test0608() throws Throwable {
3003  1 if (debug)
3004  0 System.out.format("%n%s%n", "RegressionTest1.test0608");
3005  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType3 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
3006  1 org.jsoup.nodes.Document document5 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3007  1 String str6 = document5.className();
3008  1 String str7 = document5.outerHtml();
3009  1 boolean boolean9 = document5.hasSameValue((Object) 1);
3010  1 String str10 = document5.tagName();
3011  1 org.jsoup.nodes.Document document12 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3012  1 org.jsoup.nodes.Element element14 = document12.val("hi!");
3013  1 boolean boolean15 = isNthLastOfType3.matches((org.jsoup.nodes.Element) document5, element14);
3014  1 String str16 = document5.wholeText();
3015  1 org.jsoup.nodes.Element element18 = document5.removeClass("#root=\"\"");
3016  1 org.jsoup.nodes.Element element19 = element18.clone();
3017    // The following exception was thrown during execution in test generation
3018  1 try {
3019  1 org.jsoup.select.Elements elements20 = org.jsoup.select.Selector.select("<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n", element19);
3020  0 org.junit.Assert.fail("Expected exception of type org.jsoup.select.Selector.SelectorParseException; message: Could not parse query '<html>? <head>? <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">? </head>? <body>hi!</body>?</html>?': unexpected token at '<html>? <head>? <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">? </head>? <body>hi!</body>?</html>?'");
3021    } catch (org.jsoup.select.Selector.SelectorParseException e) {
3022    // Expected exception.
3023    }
3024  1 org.junit.Assert.assertNotNull(document5);
3025  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
3026  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str7, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
3027  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
3028  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "#root" + "'", str10, "#root");
3029  1 org.junit.Assert.assertNotNull(document12);
3030  1 org.junit.Assert.assertNotNull(element14);
3031  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
3032  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "hi!" + "'", str16, "hi!");
3033  1 org.junit.Assert.assertNotNull(element18);
3034  1 org.junit.Assert.assertNotNull(element19);
3035    }
3036   
 
3037  1 toggle @Test
3038    public void test0609() throws Throwable {
3039  1 if (debug)
3040  0 System.out.format("%n%s%n", "RegressionTest1.test0609");
3041  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3042  1 org.jsoup.nodes.Element element2 = document1.body();
3043  1 org.junit.Assert.assertNotNull(document1);
3044  1 org.junit.Assert.assertNotNull(element2);
3045    }
3046   
 
3047  1 toggle @Test
3048    public void test0610() throws Throwable {
3049  1 if (debug)
3050  0 System.out.format("%n%s%n", "RegressionTest1.test0610");
3051  1 org.jsoup.parser.ParseErrorList parseErrorList2 = new org.jsoup.parser.ParseErrorList((int) 'm', (int) (byte) 0);
3052    }
3053   
 
3054  1 toggle @Test
3055    public void test0611() throws Throwable {
3056  1 if (debug)
3057  0 System.out.format("%n%s%n", "RegressionTest1.test0611");
3058  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3059  1 String str2 = document1.wholeText();
3060  1 org.jsoup.select.Elements elements3 = document1.parents();
3061  1 org.jsoup.nodes.Element element4 = document1.shallowClone();
3062  1 org.jsoup.select.Elements elements5 = element4.children();
3063  1 org.junit.Assert.assertNotNull(document1);
3064  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "hi!" + "'", str2, "hi!");
3065  1 org.junit.Assert.assertNotNull(elements3);
3066  1 org.junit.Assert.assertNotNull(element4);
3067  1 org.junit.Assert.assertNotNull(elements5);
3068    }
3069   
 
3070  1 toggle @Test
3071    public void test0612() throws Throwable {
3072  1 if (debug)
3073  0 System.out.format("%n%s%n", "RegressionTest1.test0612");
3074  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
3075  1 org.jsoup.nodes.Attributes attributes1 = attributes0.clone();
3076  1 org.jsoup.parser.ParseSettings parseSettings4 = new org.jsoup.parser.ParseSettings(false, true);
3077  1 boolean boolean5 = parseSettings4.preserveTagCase();
3078  1 int int6 = attributes0.deduplicate(parseSettings4);
3079  1 java.util.Iterator<org.jsoup.nodes.Attribute> attributeItor7 = attributes0.iterator();
3080  1 String str8 = attributes0.html();
3081  1 org.junit.Assert.assertNotNull(attributes1);
3082  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + false + "'", boolean5 == false);
3083  1 org.junit.Assert.assertTrue("'" + int6 + "' != '" + 0 + "'", int6 == 0);
3084  1 org.junit.Assert.assertNotNull(attributeItor7);
3085  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
3086    }
3087   
 
3088  1 toggle @Test
3089    public void test0613() throws Throwable {
3090  1 if (debug)
3091  0 System.out.format("%n%s%n", "RegressionTest1.test0613");
3092  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
3093  1 org.jsoup.nodes.Attribute attribute3 = org.jsoup.nodes.Attribute.createFromEncoded("#root", "");
3094  1 org.jsoup.nodes.Attributes attributes4 = attributes0.put(attribute3);
3095  1 org.jsoup.nodes.Attribute attribute5 = attribute3.clone();
3096  1 org.jsoup.nodes.Attribute attribute6 = attribute3.clone();
3097  1 org.jsoup.nodes.Attribute attribute7 = attribute3.clone();
3098  1 org.junit.Assert.assertNotNull(attribute3);
3099  1 org.junit.Assert.assertNotNull(attributes4);
3100  1 org.junit.Assert.assertNotNull(attribute5);
3101  1 org.junit.Assert.assertNotNull(attribute6);
3102  1 org.junit.Assert.assertNotNull(attribute7);
3103    }
3104   
 
3105  1 toggle @Test
3106    public void test0614() throws Throwable {
3107  1 if (debug)
3108  0 System.out.format("%n%s%n", "RegressionTest1.test0614");
3109  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
3110  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
3111  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
3112  1 java.util.Map<String, java.util.List<String>> strMap5 = request4.multiHeaders();
3113  1 org.jsoup.Connection.Request request7 = request4.ignoreHttpErrors(true);
3114  1 String str9 = request7.header("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
3115  1 java.util.Map<String, String> strMap10 = request7.cookies();
3116  1 java.util.List<String> strList12 = request7.headers("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>");
3117  1 org.junit.Assert.assertNotNull(request1);
3118  1 org.junit.Assert.assertNotNull(request4);
3119  1 org.junit.Assert.assertNotNull(strMap5);
3120  1 org.junit.Assert.assertNotNull(request7);
3121  1 org.junit.Assert.assertNull(str9);
3122  1 org.junit.Assert.assertNotNull(strMap10);
3123  1 org.junit.Assert.assertNotNull(strList12);
3124    }
3125   
 
3126  1 toggle @Test
3127    public void test0615() throws Throwable {
3128  1 if (debug)
3129  0 System.out.format("%n%s%n", "RegressionTest1.test0615");
3130  1 org.jsoup.select.Evaluator evaluator1 = org.jsoup.select.QueryParser.parse("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]");
3131  1 org.junit.Assert.assertNotNull(evaluator1);
3132    }
3133   
 
3134  1 toggle @Test
3135    public void test0616() throws Throwable {
3136  1 if (debug)
3137  0 System.out.format("%n%s%n", "RegressionTest1.test0616");
3138  1 boolean boolean1 = org.jsoup.internal.StringUtil.isInvisibleChar((int) 'u');
3139  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
3140    }
3141   
 
3142  1 toggle @Test
3143    public void test0617() throws Throwable {
3144  1 if (debug)
3145  0 System.out.format("%n%s%n", "RegressionTest1.test0617");
3146  1 java.io.InputStream inputStream2 = null;
3147  1 org.jsoup.parser.Parser parser5 = org.jsoup.parser.Parser.htmlParser();
3148  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parse(inputStream2, "", "#root", parser5);
3149  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser5);
3150  1 org.jsoup.select.Elements elements9 = document7.getElementsByIndexLessThan(0);
3151  1 String str10 = document7.text();
3152  1 org.junit.Assert.assertNotNull(parser5);
3153  1 org.junit.Assert.assertNotNull(document6);
3154  1 org.junit.Assert.assertNotNull(document7);
3155  1 org.junit.Assert.assertNotNull(elements9);
3156  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "hi!" + "'", str10, "hi!");
3157    }
3158   
 
3159  1 toggle @Test
3160    public void test0618() throws Throwable {
3161  1 if (debug)
3162  0 System.out.format("%n%s%n", "RegressionTest1.test0618");
3163  1 org.jsoup.helper.W3CDom w3CDom0 = new org.jsoup.helper.W3CDom();
3164  1 org.jsoup.helper.W3CDom w3CDom1 = new org.jsoup.helper.W3CDom();
3165  1 org.jsoup.nodes.Document document3 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3166  1 String str4 = document3.className();
3167  1 String str6 = document3.attr("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
3168  1 String str7 = document3.normalName();
3169  1 org.w3c.dom.Document document8 = w3CDom1.fromJsoup(document3);
3170  1 String str9 = w3CDom0.asString(document8);
3171  1 org.jsoup.helper.W3CDom w3CDom10 = new org.jsoup.helper.W3CDom();
3172  1 org.jsoup.helper.W3CDom w3CDom11 = new org.jsoup.helper.W3CDom();
3173  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3174  1 String str14 = document13.className();
3175  1 String str16 = document13.attr("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
3176  1 String str17 = document13.normalName();
3177  1 org.w3c.dom.Document document18 = w3CDom11.fromJsoup(document13);
3178  1 String str19 = w3CDom10.asString(document18);
3179  1 String str20 = w3CDom0.asString(document18);
3180  1 org.junit.Assert.assertNotNull(document3);
3181  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
3182  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
3183  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "#root" + "'", str7, "#root");
3184  1 org.junit.Assert.assertNotNull(document8);
3185  1 org.junit.Assert.assertNull("document8.getDocumentURI() == null", document8.getDocumentURI());
3186  1 org.junit.Assert.assertNull("document8.getInputEncoding() == null", document8.getInputEncoding());
3187  1 org.junit.Assert.assertNull("document8.getXmlEncoding() == null", document8.getXmlEncoding());
3188  1 org.junit.Assert.assertEquals(document8.getXmlVersion(), "1.0");
3189  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n" + "'", str9, "<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n");
3190  1 org.junit.Assert.assertNotNull(document13);
3191  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
3192  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
3193  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "#root" + "'", str17, "#root");
3194  1 org.junit.Assert.assertNotNull(document18);
3195  1 org.junit.Assert.assertNull("document18.getDocumentURI() == null", document18.getDocumentURI());
3196  1 org.junit.Assert.assertNull("document18.getInputEncoding() == null", document18.getInputEncoding());
3197  1 org.junit.Assert.assertNull("document18.getXmlEncoding() == null", document18.getXmlEncoding());
3198  1 org.junit.Assert.assertEquals(document18.getXmlVersion(), "1.0");
3199  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n" + "'", str19, "<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n");
3200  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n" + "'", str20, "<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n");
3201    }
3202   
 
3203  1 toggle @Test
3204    public void test0619() throws Throwable {
3205  1 if (debug)
3206  0 System.out.format("%n%s%n", "RegressionTest1.test0619");
3207  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3208  1 String str2 = document1.id();
3209  1 String str3 = document1.baseUri();
3210  1 org.jsoup.nodes.Element element6 = document1.attr("", true);
3211  1 org.jsoup.nodes.Node node9 = document1.attr("#text", "");
3212  1 org.jsoup.nodes.Element element10 = document1.shallowClone();
3213  1 org.jsoup.select.NodeFilter nodeFilter11 = null;
3214    // The following exception was thrown during execution in test generation
3215  1 try {
3216  1 org.jsoup.nodes.Element element12 = document1.filter(nodeFilter11);
3217  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
3218    } catch (IllegalArgumentException e) {
3219    // Expected exception.
3220    }
3221  1 org.junit.Assert.assertNotNull(document1);
3222  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
3223  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
3224  1 org.junit.Assert.assertNotNull(element6);
3225  1 org.junit.Assert.assertNotNull(node9);
3226  1 org.junit.Assert.assertNotNull(element10);
3227    }
3228   
 
3229  1 toggle @Test
3230    public void test0620() throws Throwable {
3231  1 if (debug)
3232  0 System.out.format("%n%s%n", "RegressionTest1.test0620");
3233  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
3234  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
3235  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
3236  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor3 = parseErrorList1.listIterator();
3237  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
3238  1 org.jsoup.Connection.Request request5 = httpConnection4.request();
3239  1 org.jsoup.Connection.Request request8 = request5.addHeader("multipart/form-data", "hi!");
3240  1 org.jsoup.Connection.Method method9 = request5.method();
3241  1 int int10 = parseErrorList1.indexOf((Object) request5);
3242  1 java.net.URL uRL11 = request5.url();
3243  1 org.jsoup.Connection.Request request14 = request5.header("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>", "multipart/form-data");
3244  1 org.junit.Assert.assertNotNull(parseErrorArray0);
3245  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
3246  1 org.junit.Assert.assertNotNull(parseErrorItor3);
3247  1 org.junit.Assert.assertNotNull(request5);
3248  1 org.junit.Assert.assertNotNull(request8);
3249  1 org.junit.Assert.assertTrue("'" + method9 + "' != '" + org.jsoup.Connection.Method.GET + "'", method9.equals(org.jsoup.Connection.Method.GET));
3250  1 org.junit.Assert.assertTrue("'" + int10 + "' != '" + (-1) + "'", int10 == (-1));
3251  1 org.junit.Assert.assertNull(uRL11);
3252  1 org.junit.Assert.assertNotNull(request14);
3253    }
3254   
 
3255  1 toggle @Test
3256    public void test0621() throws Throwable {
3257  1 if (debug)
3258  0 System.out.format("%n%s%n", "RegressionTest1.test0621");
3259  1 java.io.InputStream inputStream0 = null;
3260  1 org.jsoup.parser.Parser parser3 = org.jsoup.parser.Parser.htmlParser();
3261  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parse(inputStream0, "", "#root", parser3);
3262  1 org.jsoup.parser.ParseErrorList parseErrorList5 = parser3.getErrors();
3263  1 org.jsoup.parser.ParseErrorList parseErrorList6 = parser3.getErrors();
3264  1 org.jsoup.parser.XmlTreeBuilder xmlTreeBuilder7 = new org.jsoup.parser.XmlTreeBuilder();
3265  1 org.jsoup.parser.Parser parser8 = parser3.setTreeBuilder((org.jsoup.parser.TreeBuilder) xmlTreeBuilder7);
3266  1 org.junit.Assert.assertNotNull(parser3);
3267  1 org.junit.Assert.assertNotNull(document4);
3268  1 org.junit.Assert.assertNotNull(parseErrorList5);
3269  1 org.junit.Assert.assertNotNull(parseErrorList6);
3270  1 org.junit.Assert.assertNotNull(parser8);
3271    }
3272   
 
3273  1 toggle @Test
3274    public void test0622() throws Throwable {
3275  1 if (debug)
3276  0 System.out.format("%n%s%n", "RegressionTest1.test0622");
3277  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3278  1 org.jsoup.nodes.Element element3 = document1.val("hi!");
3279  1 org.jsoup.nodes.Element element4 = document1.clone();
3280  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType7 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
3281  1 org.jsoup.nodes.Document document9 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3282  1 String str10 = document9.id();
3283  1 org.jsoup.select.Elements elements11 = document9.previousElementSiblings();
3284  1 org.jsoup.nodes.Element element12 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType7, (org.jsoup.nodes.Element) document9);
3285  1 boolean boolean13 = document1.is((org.jsoup.select.Evaluator) isNthLastOfType7);
3286  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3287  1 org.jsoup.nodes.Element element17 = document15.html("Content-Encoding");
3288  1 org.jsoup.select.Elements elements18 = org.jsoup.select.Selector.select((org.jsoup.select.Evaluator) isNthLastOfType7, (org.jsoup.nodes.Element) document15);
3289  1 org.junit.Assert.assertNotNull(document1);
3290  1 org.junit.Assert.assertNotNull(element3);
3291  1 org.junit.Assert.assertNotNull(element4);
3292  1 org.junit.Assert.assertNotNull(document9);
3293  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "" + "'", str10, "");
3294  1 org.junit.Assert.assertNotNull(elements11);
3295  1 org.junit.Assert.assertNull(element12);
3296  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + false + "'", boolean13 == false);
3297  1 org.junit.Assert.assertNotNull(document15);
3298  1 org.junit.Assert.assertNotNull(element17);
3299  1 org.junit.Assert.assertNotNull(elements18);
3300    }
3301   
 
3302  1 toggle @Test
3303    public void test0623() throws Throwable {
3304  1 if (debug)
3305  0 System.out.format("%n%s%n", "RegressionTest1.test0623");
3306  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
3307  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
3308  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
3309  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
3310  1 boolean boolean8 = request4.hasHeader("multipart/form-data");
3311  1 org.jsoup.helper.HttpConnection httpConnection9 = new org.jsoup.helper.HttpConnection();
3312  1 org.jsoup.Connection.Request request10 = httpConnection9.request();
3313  1 org.jsoup.Connection.Request request13 = request10.addHeader("multipart/form-data", "hi!");
3314  1 org.jsoup.Connection.Method method14 = request10.method();
3315  1 org.jsoup.Connection.Request request15 = request4.method(method14);
3316  1 org.jsoup.Connection.Request request18 = request15.addHeader(":first-child", ":contains(content-encoding)");
3317  1 java.util.Map<String, String> strMap19 = request15.cookies();
3318  1 org.junit.Assert.assertNotNull(request1);
3319  1 org.junit.Assert.assertNotNull(request4);
3320  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
3321  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + true + "'", boolean8 == true);
3322  1 org.junit.Assert.assertNotNull(request10);
3323  1 org.junit.Assert.assertNotNull(request13);
3324  1 org.junit.Assert.assertTrue("'" + method14 + "' != '" + org.jsoup.Connection.Method.GET + "'", method14.equals(org.jsoup.Connection.Method.GET));
3325  1 org.junit.Assert.assertNotNull(request15);
3326  1 org.junit.Assert.assertNotNull(request18);
3327  1 org.junit.Assert.assertNotNull(strMap19);
3328    }
3329   
 
3330  1 toggle @Test
3331    public void test0624() throws Throwable {
3332  1 if (debug)
3333  0 System.out.format("%n%s%n", "RegressionTest1.test0624");
3334  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3335  1 String str2 = document1.id();
3336  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
3337  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
3338  1 org.jsoup.select.Elements elements7 = elements5.prev("#root");
3339  1 org.jsoup.parser.ParseError[] parseErrorArray8 = new org.jsoup.parser.ParseError[] {};
3340  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList9 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
3341  1 boolean boolean10 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList9, parseErrorArray8);
3342  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
3343  1 int int12 = parseErrorList9.indexOf((Object) parseErrorList11);
3344  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor13 = parseErrorList9.iterator();
3345  1 boolean boolean14 = elements5.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList9);
3346  1 org.jsoup.nodes.Document document16 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3347  1 String str17 = document16.id();
3348  1 org.jsoup.select.Elements elements18 = document16.previousElementSiblings();
3349  1 org.jsoup.select.Elements elements20 = elements18.prev("#text");
3350  1 org.jsoup.select.Elements elements22 = elements20.prev("#root");
3351  1 org.jsoup.parser.ParseError[] parseErrorArray23 = new org.jsoup.parser.ParseError[] {};
3352  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList24 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
3353  1 boolean boolean25 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList24, parseErrorArray23);
3354  1 org.jsoup.parser.ParseErrorList parseErrorList26 = org.jsoup.parser.ParseErrorList.noTracking();
3355  1 int int27 = parseErrorList24.indexOf((Object) parseErrorList26);
3356  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor28 = parseErrorList24.iterator();
3357  1 boolean boolean29 = elements20.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList24);
3358  1 org.jsoup.parser.ParseError parseError30 = null;
3359  1 boolean boolean31 = parseErrorList24.add(parseError30);
3360  1 org.jsoup.nodes.Attributes attributes34 = null;
3361  1 org.jsoup.nodes.Attribute attribute35 = new org.jsoup.nodes.Attribute("Content-Encoding", "#root", attributes34);
3362  1 String str36 = attribute35.getValue();
3363  1 String str38 = attribute35.setValue("#root");
3364  1 String str39 = attribute35.getKey();
3365  1 boolean boolean40 = parseErrorList24.equals((Object) attribute35);
3366  1 boolean boolean41 = elements5.removeAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList24);
3367  1 org.jsoup.nodes.Document document44 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3368  1 String str45 = document44.id();
3369  1 org.jsoup.select.Elements elements46 = document44.previousElementSiblings();
3370  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor47 = elements46.listIterator();
3371  1 boolean boolean49 = elements46.equals((Object) 1.0d);
3372  1 String str50 = elements46.text();
3373  1 org.jsoup.nodes.Element element52 = null;
3374  1 org.jsoup.parser.ParseErrorList parseErrorList54 = org.jsoup.parser.ParseErrorList.noTracking();
3375  1 java.util.List<org.jsoup.nodes.Node> nodeList55 = org.jsoup.parser.Parser.parseFragment("", element52, "", parseErrorList54);
3376  1 boolean boolean56 = parseErrorList54.isEmpty();
3377  1 int int57 = parseErrorList54.size();
3378  1 org.jsoup.parser.ParseErrorList parseErrorList58 = org.jsoup.parser.ParseErrorList.noTracking();
3379  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor59 = parseErrorList58.listIterator();
3380  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream60 = parseErrorList58.parallelStream();
3381  1 org.jsoup.nodes.Document document62 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3382  1 String str63 = document62.id();
3383  1 org.jsoup.select.Elements elements64 = document62.previousElementSiblings();
3384  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor65 = elements64.listIterator();
3385  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor66 = elements64.listIterator();
3386  1 org.jsoup.select.Elements elements67 = elements64.empty();
3387  1 org.jsoup.nodes.Document document69 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3388  1 String str70 = document69.id();
3389  1 org.jsoup.select.Elements elements71 = document69.previousElementSiblings();
3390  1 org.jsoup.select.Elements elements73 = elements71.prev("#text");
3391  1 boolean boolean74 = elements71.hasText();
3392  1 org.jsoup.nodes.Document document76 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3393  1 String str77 = document76.id();
3394  1 org.jsoup.select.Elements elements78 = document76.previousElementSiblings();
3395  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor79 = elements78.listIterator();
3396  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor80 = elements78.listIterator();
3397  1 org.jsoup.select.Elements elements81 = elements78.empty();
3398  1 org.jsoup.nodes.Document document83 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3399  1 String str84 = document83.id();
3400  1 org.jsoup.select.Elements elements85 = document83.previousElementSiblings();
3401  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor86 = elements85.listIterator();
3402  1 boolean boolean88 = elements85.equals((Object) 1.0d);
3403  1 String str89 = elements85.text();
3404  1 org.jsoup.select.Elements elements91 = elements85.wrap("#root");
3405  1 org.jsoup.select.Elements[] elementsArray92 = new org.jsoup.select.Elements[] { elements64, elements71, elements78, elements91 };
3406  1 org.jsoup.select.Elements[] elementsArray93 = parseErrorList58.toArray(elementsArray92);
3407  1 boolean boolean94 = parseErrorList54.retainAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList58);
3408  1 boolean boolean95 = elements46.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList58);
3409  1 boolean boolean96 = parseErrorList24.addAll((int) (byte) 0, (java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList58);
3410  1 org.junit.Assert.assertNotNull(document1);
3411  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
3412  1 org.junit.Assert.assertNotNull(elements3);
3413  1 org.junit.Assert.assertNotNull(elements5);
3414  1 org.junit.Assert.assertNotNull(elements7);
3415  1 org.junit.Assert.assertNotNull(parseErrorArray8);
3416  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
3417  1 org.junit.Assert.assertNotNull(parseErrorList11);
3418  1 org.junit.Assert.assertTrue("'" + int12 + "' != '" + (-1) + "'", int12 == (-1));
3419  1 org.junit.Assert.assertNotNull(parseErrorItor13);
3420  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
3421  1 org.junit.Assert.assertNotNull(document16);
3422  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
3423  1 org.junit.Assert.assertNotNull(elements18);
3424  1 org.junit.Assert.assertNotNull(elements20);
3425  1 org.junit.Assert.assertNotNull(elements22);
3426  1 org.junit.Assert.assertNotNull(parseErrorArray23);
3427  1 org.junit.Assert.assertTrue("'" + boolean25 + "' != '" + false + "'", boolean25 == false);
3428  1 org.junit.Assert.assertNotNull(parseErrorList26);
3429  1 org.junit.Assert.assertTrue("'" + int27 + "' != '" + (-1) + "'", int27 == (-1));
3430  1 org.junit.Assert.assertNotNull(parseErrorItor28);
3431  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
3432  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + true + "'", boolean31 == true);
3433  1 org.junit.Assert.assertEquals("'" + str36 + "' != '" + "#root" + "'", str36, "#root");
3434  1 org.junit.Assert.assertEquals("'" + str38 + "' != '" + "#root" + "'", str38, "#root");
3435  1 org.junit.Assert.assertEquals("'" + str39 + "' != '" + "Content-Encoding" + "'", str39, "Content-Encoding");
3436  1 org.junit.Assert.assertTrue("'" + boolean40 + "' != '" + false + "'", boolean40 == false);
3437  1 org.junit.Assert.assertTrue("'" + boolean41 + "' != '" + false + "'", boolean41 == false);
3438  1 org.junit.Assert.assertNotNull(document44);
3439  1 org.junit.Assert.assertEquals("'" + str45 + "' != '" + "" + "'", str45, "");
3440  1 org.junit.Assert.assertNotNull(elements46);
3441  1 org.junit.Assert.assertNotNull(elementItor47);
3442  1 org.junit.Assert.assertTrue("'" + boolean49 + "' != '" + false + "'", boolean49 == false);
3443  1 org.junit.Assert.assertEquals("'" + str50 + "' != '" + "" + "'", str50, "");
3444  1 org.junit.Assert.assertNotNull(parseErrorList54);
3445  1 org.junit.Assert.assertNotNull(nodeList55);
3446  1 org.junit.Assert.assertTrue("'" + boolean56 + "' != '" + true + "'", boolean56 == true);
3447  1 org.junit.Assert.assertTrue("'" + int57 + "' != '" + 0 + "'", int57 == 0);
3448  1 org.junit.Assert.assertNotNull(parseErrorList58);
3449  1 org.junit.Assert.assertNotNull(parseErrorItor59);
3450  1 org.junit.Assert.assertNotNull(parseErrorStream60);
3451  1 org.junit.Assert.assertNotNull(document62);
3452  1 org.junit.Assert.assertEquals("'" + str63 + "' != '" + "" + "'", str63, "");
3453  1 org.junit.Assert.assertNotNull(elements64);
3454  1 org.junit.Assert.assertNotNull(elementItor65);
3455  1 org.junit.Assert.assertNotNull(elementItor66);
3456  1 org.junit.Assert.assertNotNull(elements67);
3457  1 org.junit.Assert.assertNotNull(document69);
3458  1 org.junit.Assert.assertEquals("'" + str70 + "' != '" + "" + "'", str70, "");
3459  1 org.junit.Assert.assertNotNull(elements71);
3460  1 org.junit.Assert.assertNotNull(elements73);
3461  1 org.junit.Assert.assertTrue("'" + boolean74 + "' != '" + false + "'", boolean74 == false);
3462  1 org.junit.Assert.assertNotNull(document76);
3463  1 org.junit.Assert.assertEquals("'" + str77 + "' != '" + "" + "'", str77, "");
3464  1 org.junit.Assert.assertNotNull(elements78);
3465  1 org.junit.Assert.assertNotNull(elementItor79);
3466  1 org.junit.Assert.assertNotNull(elementItor80);
3467  1 org.junit.Assert.assertNotNull(elements81);
3468  1 org.junit.Assert.assertNotNull(document83);
3469  1 org.junit.Assert.assertEquals("'" + str84 + "' != '" + "" + "'", str84, "");
3470  1 org.junit.Assert.assertNotNull(elements85);
3471  1 org.junit.Assert.assertNotNull(elementItor86);
3472  1 org.junit.Assert.assertTrue("'" + boolean88 + "' != '" + false + "'", boolean88 == false);
3473  1 org.junit.Assert.assertEquals("'" + str89 + "' != '" + "" + "'", str89, "");
3474  1 org.junit.Assert.assertNotNull(elements91);
3475  1 org.junit.Assert.assertNotNull(elementsArray92);
3476  1 org.junit.Assert.assertNotNull(elementsArray93);
3477  1 org.junit.Assert.assertTrue("'" + boolean94 + "' != '" + false + "'", boolean94 == false);
3478  1 org.junit.Assert.assertTrue("'" + boolean95 + "' != '" + true + "'", boolean95 == true);
3479  1 org.junit.Assert.assertTrue("'" + boolean96 + "' != '" + false + "'", boolean96 == false);
3480    }
3481   
 
3482  1 toggle @Test
3483    public void test0625() throws Throwable {
3484  1 if (debug)
3485  0 System.out.format("%n%s%n", "RegressionTest1.test0625");
3486  1 java.util.regex.Pattern pattern0 = null;
3487  1 org.jsoup.select.Evaluator.Matches matches1 = new org.jsoup.select.Evaluator.Matches(pattern0);
3488  1 String str2 = matches1.toString();
3489  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":matches(null)" + "'", str2, ":matches(null)");
3490    }
3491   
 
3492  1 toggle @Test
3493    public void test0626() throws Throwable {
3494  1 if (debug)
3495  0 System.out.format("%n%s%n", "RegressionTest1.test0626");
3496  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3497  1 String str2 = document1.className();
3498  1 String str3 = document1.outerHtml();
3499  1 boolean boolean5 = document1.hasSameValue((Object) 1);
3500  1 String str6 = document1.tagName();
3501  1 org.jsoup.nodes.Element element7 = document1.head();
3502  1 org.jsoup.nodes.Document document10 = org.jsoup.parser.Parser.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "multipart/form-data");
3503  1 org.jsoup.nodes.Element element11 = document1.prependChild((org.jsoup.nodes.Node) document10);
3504  1 String str12 = document10.nodeName();
3505  1 org.junit.Assert.assertNotNull(document1);
3506  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
3507  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str3, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
3508  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + false + "'", boolean5 == false);
3509  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "#root" + "'", str6, "#root");
3510  1 org.junit.Assert.assertNotNull(element7);
3511  1 org.junit.Assert.assertNotNull(document10);
3512  1 org.junit.Assert.assertNotNull(element11);
3513  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "#document" + "'", str12, "#document");
3514    }
3515   
 
3516  1 toggle @Test
3517    public void test0627() throws Throwable {
3518  1 if (debug)
3519  0 System.out.format("%n%s%n", "RegressionTest1.test0627");
3520  1 org.jsoup.nodes.Document document2 = org.jsoup.parser.Parser.parse("", "#root=\"\"");
3521  1 org.jsoup.nodes.Node node3 = document2.nextSibling();
3522  1 org.jsoup.nodes.Document document5 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3523  1 String str6 = document5.wholeText();
3524  1 org.jsoup.select.Elements elements7 = document5.parents();
3525  1 org.jsoup.nodes.Element element9 = document5.appendElement("#root=\"\"");
3526  1 org.jsoup.nodes.Element element10 = element9.empty();
3527    // The following exception was thrown during execution in test generation
3528  1 try {
3529  1 org.jsoup.nodes.Element element11 = document2.before((org.jsoup.nodes.Node) element10);
3530  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
3531    } catch (IllegalArgumentException e) {
3532    // Expected exception.
3533    }
3534  1 org.junit.Assert.assertNotNull(document2);
3535  1 org.junit.Assert.assertNull(node3);
3536  1 org.junit.Assert.assertNotNull(document5);
3537  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "hi!" + "'", str6, "hi!");
3538  1 org.junit.Assert.assertNotNull(elements7);
3539  1 org.junit.Assert.assertNotNull(element9);
3540  1 org.junit.Assert.assertNotNull(element10);
3541    }
3542   
 
3543  1 toggle @Test
3544    public void test0628() throws Throwable {
3545  1 if (debug)
3546  0 System.out.format("%n%s%n", "RegressionTest1.test0628");
3547  1 org.jsoup.safety.Whitelist whitelist1 = new org.jsoup.safety.Whitelist();
3548  1 org.jsoup.safety.Whitelist whitelist3 = whitelist1.preserveRelativeLinks(true);
3549  1 boolean boolean4 = org.jsoup.Jsoup.isValid(":last-of-type", whitelist3);
3550  1 org.junit.Assert.assertNotNull(whitelist3);
3551  1 org.junit.Assert.assertTrue("'" + boolean4 + "' != '" + true + "'", boolean4 == true);
3552    }
3553   
 
3554  1 toggle @Test
3555    public void test0629() throws Throwable {
3556  1 if (debug)
3557  0 System.out.format("%n%s%n", "RegressionTest1.test0629");
3558  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3559  1 String str2 = document1.id();
3560  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
3561  1 org.jsoup.nodes.Element element4 = document1.body();
3562  1 org.junit.Assert.assertNotNull(document1);
3563  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
3564  1 org.junit.Assert.assertNotNull(elements3);
3565  1 org.junit.Assert.assertNotNull(element4);
3566    }
3567   
 
3568  1 toggle @Test
3569    public void test0630() throws Throwable {
3570  1 if (debug)
3571  0 System.out.format("%n%s%n", "RegressionTest1.test0630");
3572  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
3573  1 org.jsoup.nodes.Attributes attributes3 = attributes0.put("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", false);
3574  1 org.jsoup.nodes.Attributes attributes6 = attributes0.add("hi!", "multipart/form-data");
3575  1 attributes6.removeIgnoreCase("#comment");
3576  1 org.junit.Assert.assertNotNull(attributes3);
3577  1 org.junit.Assert.assertNotNull(attributes6);
3578    }
3579   
 
3580  1 toggle @Test
3581    public void test0631() throws Throwable {
3582  1 if (debug)
3583  0 System.out.format("%n%s%n", "RegressionTest1.test0631");
3584  1 org.jsoup.safety.Whitelist whitelist2 = org.jsoup.safety.Whitelist.none();
3585  1 boolean boolean3 = org.jsoup.Jsoup.isValid("hi!", whitelist2);
3586  1 boolean boolean4 = org.jsoup.Jsoup.isValid("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>", whitelist2);
3587  1 org.junit.Assert.assertNotNull(whitelist2);
3588  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + true + "'", boolean3 == true);
3589  1 org.junit.Assert.assertTrue("'" + boolean4 + "' != '" + false + "'", boolean4 == false);
3590    }
3591   
 
3592  1 toggle @Test
3593    public void test0632() throws Throwable {
3594  1 if (debug)
3595  0 System.out.format("%n%s%n", "RegressionTest1.test0632");
3596  1 org.jsoup.nodes.TextNode textNode1 = org.jsoup.nodes.TextNode.createFromEncoded("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>=\"#root\"");
3597  1 org.junit.Assert.assertNotNull(textNode1);
3598    }
3599   
 
3600  1 toggle @Test
3601    public void test0633() throws Throwable {
3602  1 if (debug)
3603  0 System.out.format("%n%s%n", "RegressionTest1.test0633");
3604  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
3605  1 tokenQueue1.addFirst((Character) 'a');
3606  1 String str4 = tokenQueue1.consumeTagName();
3607  1 String str5 = tokenQueue1.remainder();
3608  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "amultipart" + "'", str4, "amultipart");
3609  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "/form-data" + "'", str5, "/form-data");
3610    }
3611   
 
3612  1 toggle @Test
3613    public void test0634() throws Throwable {
3614  1 if (debug)
3615  0 System.out.format("%n%s%n", "RegressionTest1.test0634");
3616  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
3617  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
3618  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
3619  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
3620  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
3621  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
3622  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
3623  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
3624  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
3625  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
3626  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
3627  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
3628  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
3629  1 java.util.Map<String, String> strMap16 = request14.cookies();
3630  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
3631  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
3632  1 org.jsoup.Connection.Request request19 = httpConnection0.request();
3633  1 org.jsoup.Connection.Request request22 = request19.addHeader("#document", " hi!=\"multipart/form-data\"");
3634  1 org.jsoup.Connection.Request request25 = request22.proxy("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", (int) (byte) 100);
3635  1 boolean boolean27 = request22.hasCookie("SYSTEM");
3636  1 org.junit.Assert.assertNotNull(request1);
3637  1 org.junit.Assert.assertNotNull(connection3);
3638  1 org.junit.Assert.assertNotNull(connection6);
3639  1 org.junit.Assert.assertNotNull(connection8);
3640  1 org.junit.Assert.assertNotNull(request9);
3641  1 org.junit.Assert.assertNotNull(request11);
3642  1 org.junit.Assert.assertNotNull(request14);
3643  1 org.junit.Assert.assertNotNull(strMap15);
3644  1 org.junit.Assert.assertNotNull(strMap16);
3645  1 org.junit.Assert.assertNotNull(connection17);
3646  1 org.junit.Assert.assertNotNull(connection18);
3647  1 org.junit.Assert.assertNotNull(request19);
3648  1 org.junit.Assert.assertNotNull(request22);
3649  1 org.junit.Assert.assertNotNull(request25);
3650  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + false + "'", boolean27 == false);
3651    }
3652   
 
3653  1 toggle @Test
3654    public void test0635() throws Throwable {
3655  1 if (debug)
3656  0 System.out.format("%n%s%n", "RegressionTest1.test0635");
3657  1 java.io.InputStream inputStream0 = null;
3658  1 org.jsoup.helper.HttpConnection httpConnection3 = new org.jsoup.helper.HttpConnection();
3659  1 org.jsoup.Connection.Request request4 = httpConnection3.request();
3660  1 org.jsoup.Connection.Request request7 = request4.addHeader("multipart/form-data", "hi!");
3661  1 boolean boolean9 = request7.hasHeader("multipart/form-data");
3662  1 boolean boolean11 = request7.hasCookie("#text");
3663  1 org.jsoup.parser.Parser parser12 = request7.parser();
3664  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parse(inputStream0, "", "multipart/form-data", parser12);
3665  1 org.jsoup.nodes.Document document14 = document13.normalise();
3666  1 org.junit.Assert.assertNotNull(request4);
3667  1 org.junit.Assert.assertNotNull(request7);
3668  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + true + "'", boolean9 == true);
3669  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + false + "'", boolean11 == false);
3670  1 org.junit.Assert.assertNotNull(parser12);
3671  1 org.junit.Assert.assertNotNull(document13);
3672  1 org.junit.Assert.assertNotNull(document14);
3673    }
3674   
 
3675  1 toggle @Test
3676    public void test0636() throws Throwable {
3677  1 if (debug)
3678  0 System.out.format("%n%s%n", "RegressionTest1.test0636");
3679  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3680  1 String str2 = document1.id();
3681  1 String str3 = document1.baseUri();
3682  1 org.jsoup.nodes.Element element6 = document1.attr("", true);
3683  1 org.jsoup.select.Elements elements8 = document1.getElementsByIndexEquals((int) ' ');
3684  1 org.jsoup.select.Elements elements10 = elements8.toggleClass("Content-Type");
3685  1 boolean boolean11 = elements10.isEmpty();
3686  1 org.junit.Assert.assertNotNull(document1);
3687  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
3688  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
3689  1 org.junit.Assert.assertNotNull(element6);
3690  1 org.junit.Assert.assertNotNull(elements8);
3691  1 org.junit.Assert.assertNotNull(elements10);
3692  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + true + "'", boolean11 == true);
3693    }
3694   
 
3695  1 toggle @Test
3696    public void test0637() throws Throwable {
3697  1 if (debug)
3698  0 System.out.format("%n%s%n", "RegressionTest1.test0637");
3699  1 org.jsoup.parser.ParseErrorList parseErrorList0 = org.jsoup.parser.ParseErrorList.noTracking();
3700  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor1 = parseErrorList0.listIterator();
3701  1 org.jsoup.nodes.TextNode textNode4 = org.jsoup.nodes.TextNode.createFromEncoded("hi!", "hi!");
3702  1 org.jsoup.nodes.Node node6 = textNode4.removeAttr("multipart/form-data");
3703  1 org.jsoup.nodes.Node node8 = textNode4.removeAttr("#document");
3704  1 int int9 = parseErrorList0.lastIndexOf((Object) node8);
3705  1 Object[] objArray10 = parseErrorList0.toArray();
3706  1 org.junit.Assert.assertNotNull(parseErrorList0);
3707  1 org.junit.Assert.assertNotNull(parseErrorItor1);
3708  1 org.junit.Assert.assertNotNull(textNode4);
3709  1 org.junit.Assert.assertNotNull(node6);
3710  1 org.junit.Assert.assertNotNull(node8);
3711  1 org.junit.Assert.assertTrue("'" + int9 + "' != '" + (-1) + "'", int9 == (-1));
3712  1 org.junit.Assert.assertNotNull(objArray10);
3713  1 org.junit.Assert.assertEquals(java.util.Arrays.deepToString(objArray10), "[]");
3714  1 org.junit.Assert.assertEquals(java.util.Arrays.toString(objArray10), "[]");
3715    }
3716   
 
3717  1 toggle @Test
3718    public void test0638() throws Throwable {
3719  1 if (debug)
3720  0 System.out.format("%n%s%n", "RegressionTest1.test0638");
3721  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3722  1 String str2 = document1.id();
3723  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
3724  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
3725  1 org.jsoup.select.Elements elements6 = elements3.prev();
3726  1 org.junit.Assert.assertNotNull(document1);
3727  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
3728  1 org.junit.Assert.assertNotNull(elements3);
3729  1 org.junit.Assert.assertNotNull(elements5);
3730  1 org.junit.Assert.assertNotNull(elements6);
3731    }
3732   
 
3733  1 toggle @Test
3734    public void test0639() throws Throwable {
3735  1 if (debug)
3736  0 System.out.format("%n%s%n", "RegressionTest1.test0639");
3737  1 org.jsoup.select.Evaluator.TagEndsWith tagEndsWith1 = new org.jsoup.select.Evaluator.TagEndsWith("#comment");
3738    }
3739   
 
3740  1 toggle @Test
3741    public void test0640() throws Throwable {
3742  1 if (debug)
3743  0 System.out.format("%n%s%n", "RegressionTest1.test0640");
3744  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
3745  1 org.jsoup.nodes.Attributes attributes1 = attributes0.clone();
3746  1 attributes1.remove("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
3747  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType6 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
3748  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3749  1 String str9 = document8.wholeText();
3750  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3751  1 String str12 = document11.className();
3752  1 boolean boolean13 = isNthLastOfType6.matches((org.jsoup.nodes.Element) document8, (org.jsoup.nodes.Element) document11);
3753  1 org.jsoup.nodes.Document document14 = document8.clone();
3754  1 boolean boolean15 = attributes1.equals((Object) document14);
3755  1 boolean boolean16 = attributes1.isEmpty();
3756  1 org.junit.Assert.assertNotNull(attributes1);
3757  1 org.junit.Assert.assertNotNull(document8);
3758  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "hi!" + "'", str9, "hi!");
3759  1 org.junit.Assert.assertNotNull(document11);
3760  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
3761  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + false + "'", boolean13 == false);
3762  1 org.junit.Assert.assertNotNull(document14);
3763  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
3764  1 org.junit.Assert.assertTrue("'" + boolean16 + "' != '" + true + "'", boolean16 == true);
3765    }
3766   
 
3767  1 toggle @Test
3768    public void test0641() throws Throwable {
3769  1 if (debug)
3770  0 System.out.format("%n%s%n", "RegressionTest1.test0641");
3771  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan1 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
3772  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType4 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
3773  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3774  1 String str7 = document6.id();
3775  1 org.jsoup.select.Elements elements8 = document6.previousElementSiblings();
3776  1 org.jsoup.nodes.Element element9 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType4, (org.jsoup.nodes.Element) document6);
3777  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3778  1 String str12 = document11.className();
3779  1 String str13 = document11.outerHtml();
3780  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3781  1 String str16 = document15.id();
3782  1 String str17 = document15.baseUri();
3783  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan19 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
3784  1 boolean boolean20 = document15.is((org.jsoup.select.Evaluator) indexLessThan19);
3785  1 boolean boolean21 = isNthLastOfType4.matches((org.jsoup.nodes.Element) document11, (org.jsoup.nodes.Element) document15);
3786  1 String str22 = document15.cssSelector();
3787  1 org.jsoup.nodes.Document document24 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3788  1 String str25 = document24.className();
3789  1 String str26 = document24.outerHtml();
3790  1 boolean boolean28 = document24.hasSameValue((Object) 1);
3791  1 boolean boolean29 = indexLessThan1.matches((org.jsoup.nodes.Element) document15, (org.jsoup.nodes.Element) document24);
3792  1 org.jsoup.nodes.Document.QuirksMode quirksMode30 = org.jsoup.nodes.Document.QuirksMode.quirks;
3793  1 org.jsoup.nodes.Document document31 = document24.quirksMode(quirksMode30);
3794  1 org.jsoup.select.Elements elements34 = document31.getElementsByAttributeValueMatching("multipart/form-data", "hi!");
3795  1 org.jsoup.select.Elements elements36 = elements34.prev("#doctype");
3796  1 org.junit.Assert.assertNotNull(document6);
3797  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
3798  1 org.junit.Assert.assertNotNull(elements8);
3799  1 org.junit.Assert.assertNull(element9);
3800  1 org.junit.Assert.assertNotNull(document11);
3801  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
3802  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str13, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
3803  1 org.junit.Assert.assertNotNull(document15);
3804  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
3805  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
3806  1 org.junit.Assert.assertTrue("'" + boolean20 + "' != '" + false + "'", boolean20 == false);
3807  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
3808  1 org.junit.Assert.assertEquals("'" + str22 + "' != '" + "#root" + "'", str22, "#root");
3809  1 org.junit.Assert.assertNotNull(document24);
3810  1 org.junit.Assert.assertEquals("'" + str25 + "' != '" + "" + "'", str25, "");
3811  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str26, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
3812  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
3813  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
3814  1 org.junit.Assert.assertTrue("'" + quirksMode30 + "' != '" + org.jsoup.nodes.Document.QuirksMode.quirks + "'", quirksMode30.equals(org.jsoup.nodes.Document.QuirksMode.quirks));
3815  1 org.junit.Assert.assertNotNull(document31);
3816  1 org.junit.Assert.assertNotNull(elements34);
3817  1 org.junit.Assert.assertNotNull(elements36);
3818    }
3819   
 
3820  1 toggle @Test
3821    public void test0642() throws Throwable {
3822  1 if (debug)
3823  0 System.out.format("%n%s%n", "RegressionTest1.test0642");
3824  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3825  1 String str2 = document1.id();
3826  1 String str3 = document1.baseUri();
3827  1 org.jsoup.nodes.Element element6 = document1.attr("", true);
3828  1 org.jsoup.select.Elements elements8 = document1.getElementsContainingOwnText("[]");
3829  1 org.jsoup.nodes.Element element10 = document1.tagName("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
3830  1 String str11 = document1.html();
3831  1 org.junit.Assert.assertNotNull(document1);
3832  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
3833  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
3834  1 org.junit.Assert.assertNotNull(element6);
3835  1 org.junit.Assert.assertNotNull(elements8);
3836  1 org.junit.Assert.assertNotNull(element10);
3837  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str11, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
3838    }
3839   
 
3840  1 toggle @Test
3841    public void test0643() throws Throwable {
3842  1 if (debug)
3843  0 System.out.format("%n%s%n", "RegressionTest1.test0643");
3844  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3845  1 String str2 = document1.id();
3846  1 String str3 = document1.baseUri();
3847  1 org.jsoup.nodes.Element element4 = document1.body();
3848  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
3849  1 org.jsoup.Connection.Request request6 = httpConnection5.request();
3850  1 org.jsoup.Connection.Request request9 = request6.addHeader("multipart/form-data", "hi!");
3851  1 boolean boolean11 = request9.hasHeader("multipart/form-data");
3852  1 boolean boolean13 = request9.hasCookie("#text");
3853  1 org.jsoup.parser.Parser parser14 = request9.parser();
3854  1 org.jsoup.nodes.Document document15 = document1.parser(parser14);
3855  1 org.jsoup.nodes.Node node16 = document15.parent();
3856  1 org.jsoup.select.Elements elements17 = document15.children();
3857  1 org.junit.Assert.assertNotNull(document1);
3858  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
3859  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
3860  1 org.junit.Assert.assertNotNull(element4);
3861  1 org.junit.Assert.assertNotNull(request6);
3862  1 org.junit.Assert.assertNotNull(request9);
3863  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + true + "'", boolean11 == true);
3864  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + false + "'", boolean13 == false);
3865  1 org.junit.Assert.assertNotNull(parser14);
3866  1 org.junit.Assert.assertNotNull(document15);
3867  1 org.junit.Assert.assertNull(node16);
3868  1 org.junit.Assert.assertNotNull(elements17);
3869    }
3870   
 
3871  1 toggle @Test
3872    public void test0644() throws Throwable {
3873  1 if (debug)
3874  0 System.out.format("%n%s%n", "RegressionTest1.test0644");
3875  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3876  1 String str2 = document1.id();
3877  1 String str3 = document1.baseUri();
3878  1 org.jsoup.nodes.Element element6 = document1.attr("", true);
3879  1 org.jsoup.select.Elements elements8 = document1.getElementsContainingOwnText("[]");
3880  1 org.jsoup.select.Elements elements10 = elements8.not("[mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/537.36 (khtml, like gecko) chrome/53.0.2785.143 safari/537.36*=#doctype]");
3881  1 org.junit.Assert.assertNotNull(document1);
3882  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
3883  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
3884  1 org.junit.Assert.assertNotNull(element6);
3885  1 org.junit.Assert.assertNotNull(elements8);
3886  1 org.junit.Assert.assertNotNull(elements10);
3887    }
3888   
 
3889  1 toggle @Test
3890    public void test0645() throws Throwable {
3891  1 if (debug)
3892  0 System.out.format("%n%s%n", "RegressionTest1.test0645");
3893  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3894  1 String str2 = document1.id();
3895  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
3896  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
3897  1 boolean boolean6 = elements3.hasText();
3898  1 org.jsoup.select.Elements elements7 = elements3.empty();
3899  1 org.junit.Assert.assertNotNull(document1);
3900  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
3901  1 org.junit.Assert.assertNotNull(elements3);
3902  1 org.junit.Assert.assertNotNull(elements5);
3903  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
3904  1 org.junit.Assert.assertNotNull(elements7);
3905    }
3906   
 
3907  1 toggle @Test
3908    public void test0646() throws Throwable {
3909  1 if (debug)
3910  0 System.out.format("%n%s%n", "RegressionTest1.test0646");
3911  1 org.jsoup.nodes.DocumentType documentType4 = new org.jsoup.nodes.DocumentType("#document", "#data", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", "#root");
3912    }
3913   
 
3914  1 toggle @Test
3915    public void test0647() throws Throwable {
3916  1 if (debug)
3917  0 System.out.format("%n%s%n", "RegressionTest1.test0647");
3918  1 org.jsoup.nodes.TextNode textNode2 = new org.jsoup.nodes.TextNode("#document", "[public=<!#root!>]");
3919    }
3920   
 
3921  1 toggle @Test
3922    public void test0648() throws Throwable {
3923  1 if (debug)
3924  0 System.out.format("%n%s%n", "RegressionTest1.test0648");
3925  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
3926  1 int int1 = attributes0.size();
3927  1 org.junit.Assert.assertTrue("'" + int1 + "' != '" + 0 + "'", int1 == 0);
3928    }
3929   
 
3930  1 toggle @Test
3931    public void test0649() throws Throwable {
3932  1 if (debug)
3933  0 System.out.format("%n%s%n", "RegressionTest1.test0649");
3934  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
3935  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3936  1 String str5 = document4.wholeText();
3937  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3938  1 String str8 = document7.className();
3939  1 boolean boolean9 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document7);
3940  1 org.jsoup.nodes.Document document10 = document4.clone();
3941  1 org.jsoup.nodes.Element element12 = document4.tagName("#root");
3942  1 String str13 = element12.tagName();
3943  1 org.jsoup.nodes.Node node14 = element12.clone();
3944  1 String[] strArray42 = new String[] { "<html>\n <head></head> \n <body>\n hi! \n </body>\n</html>", "[public=<!#root!>]", " ", " hi!=\"multipart/form-data\"", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#doctype", ":gt(35)", ":last-child", ":contains(content-encoding)", "#root", "Content-Encoding", ":first-child", "[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]", "multipart/form-data", ":only-child", "hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!", ":first-child", ":only-child", ":lt(52)", "[]", "application/x-www-form-urlencoded", "<!#root!>", "<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n", "SYSTEM", "SYSTEM", "hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!" };
3945  1 java.util.LinkedHashSet<String> strSet43 = new java.util.LinkedHashSet<String>();
3946  1 boolean boolean44 = java.util.Collections.addAll((java.util.Collection<String>) strSet43, strArray42);
3947  1 org.jsoup.nodes.Element element45 = element12.classNames((java.util.Set<String>) strSet43);
3948  1 org.junit.Assert.assertNotNull(document4);
3949  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "hi!" + "'", str5, "hi!");
3950  1 org.junit.Assert.assertNotNull(document7);
3951  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
3952  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
3953  1 org.junit.Assert.assertNotNull(document10);
3954  1 org.junit.Assert.assertNotNull(element12);
3955  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "#root" + "'", str13, "#root");
3956  1 org.junit.Assert.assertNotNull(node14);
3957  1 org.junit.Assert.assertNotNull(strArray42);
3958  1 org.junit.Assert.assertTrue("'" + boolean44 + "' != '" + true + "'", boolean44 == true);
3959  1 org.junit.Assert.assertNotNull(element45);
3960    }
3961   
 
3962  1 toggle @Test
3963    public void test0650() throws Throwable {
3964  1 if (debug)
3965  0 System.out.format("%n%s%n", "RegressionTest1.test0650");
3966  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
3967  1 boolean boolean2 = tag1.isFormListed();
3968  1 boolean boolean3 = tag1.canContainBlock();
3969  1 boolean boolean4 = tag1.isFormSubmittable();
3970  1 String str5 = tag1.normalName();
3971  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
3972  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + true + "'", boolean3 == true);
3973  1 org.junit.Assert.assertTrue("'" + boolean4 + "' != '" + false + "'", boolean4 == false);
3974  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "#document" + "'", str5, "#document");
3975    }
3976   
 
3977  1 toggle @Test
3978    public void test0651() throws Throwable {
3979  1 if (debug)
3980  0 System.out.format("%n%s%n", "RegressionTest1.test0651");
3981  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3982  1 org.jsoup.nodes.Element element3 = document1.html("Content-Encoding");
3983  1 org.jsoup.select.Elements elements5 = document1.getElementsByIndexEquals((int) (short) -1);
3984  1 org.jsoup.select.Elements elements7 = document1.getElementsMatchingText("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
3985  1 org.junit.Assert.assertNotNull(document1);
3986  1 org.junit.Assert.assertNotNull(element3);
3987  1 org.junit.Assert.assertNotNull(elements5);
3988  1 org.junit.Assert.assertNotNull(elements7);
3989    }
3990   
 
3991  1 toggle @Test
3992    public void test0652() throws Throwable {
3993  1 if (debug)
3994  0 System.out.format("%n%s%n", "RegressionTest1.test0652");
3995  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
3996  1 org.jsoup.nodes.Element element3 = document1.val("hi!");
3997  1 org.jsoup.nodes.Element element4 = document1.clone();
3998  1 java.util.List<org.jsoup.nodes.DataNode> dataNodeList5 = document1.dataNodes();
3999  1 String str6 = document1.nodeName();
4000  1 org.jsoup.nodes.TextNode textNode9 = org.jsoup.nodes.TextNode.createFromEncoded("hi!", "hi!");
4001  1 org.jsoup.nodes.Node node11 = textNode9.removeAttr("multipart/form-data");
4002  1 org.jsoup.nodes.Node node13 = textNode9.removeAttr("#document");
4003  1 org.jsoup.nodes.Element element14 = document1.prependChild(node13);
4004  1 org.jsoup.nodes.Attributes attributes15 = element14.attributes();
4005  1 attributes15.normalize();
4006  1 org.junit.Assert.assertNotNull(document1);
4007  1 org.junit.Assert.assertNotNull(element3);
4008  1 org.junit.Assert.assertNotNull(element4);
4009  1 org.junit.Assert.assertNotNull(dataNodeList5);
4010  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "#document" + "'", str6, "#document");
4011  1 org.junit.Assert.assertNotNull(textNode9);
4012  1 org.junit.Assert.assertNotNull(node11);
4013  1 org.junit.Assert.assertNotNull(node13);
4014  1 org.junit.Assert.assertNotNull(element14);
4015  1 org.junit.Assert.assertNotNull(attributes15);
4016    }
4017   
 
4018  1 toggle @Test
4019    public void test0653() throws Throwable {
4020  1 if (debug)
4021  0 System.out.format("%n%s%n", "RegressionTest1.test0653");
4022  1 org.jsoup.select.Evaluator.Tag tag1 = new org.jsoup.select.Evaluator.Tag("#text");
4023  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan3 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
4024  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType6 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
4025  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4026  1 String str9 = document8.id();
4027  1 org.jsoup.select.Elements elements10 = document8.previousElementSiblings();
4028  1 org.jsoup.nodes.Element element11 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType6, (org.jsoup.nodes.Element) document8);
4029  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4030  1 String str14 = document13.className();
4031  1 String str15 = document13.outerHtml();
4032  1 org.jsoup.nodes.Document document17 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4033  1 String str18 = document17.id();
4034  1 String str19 = document17.baseUri();
4035  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan21 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
4036  1 boolean boolean22 = document17.is((org.jsoup.select.Evaluator) indexLessThan21);
4037  1 boolean boolean23 = isNthLastOfType6.matches((org.jsoup.nodes.Element) document13, (org.jsoup.nodes.Element) document17);
4038  1 String str24 = document17.cssSelector();
4039  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4040  1 String str27 = document26.className();
4041  1 String str28 = document26.outerHtml();
4042  1 boolean boolean30 = document26.hasSameValue((Object) 1);
4043  1 boolean boolean31 = indexLessThan3.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document26);
4044  1 org.jsoup.parser.Parser parser32 = document17.parser();
4045  1 String str33 = document17.val();
4046  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType36 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
4047  1 org.jsoup.nodes.Document document38 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4048  1 String str39 = document38.className();
4049  1 String str40 = document38.outerHtml();
4050  1 boolean boolean42 = document38.hasSameValue((Object) 1);
4051  1 String str43 = document38.tagName();
4052  1 org.jsoup.nodes.Document document45 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4053  1 org.jsoup.nodes.Element element47 = document45.val("hi!");
4054  1 boolean boolean48 = isNthLastOfType36.matches((org.jsoup.nodes.Element) document38, element47);
4055  1 boolean boolean49 = tag1.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document38);
4056  1 org.jsoup.nodes.Element element52 = document38.attr(":last-child", false);
4057  1 org.junit.Assert.assertNotNull(document8);
4058  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
4059  1 org.junit.Assert.assertNotNull(elements10);
4060  1 org.junit.Assert.assertNull(element11);
4061  1 org.junit.Assert.assertNotNull(document13);
4062  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
4063  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str15, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4064  1 org.junit.Assert.assertNotNull(document17);
4065  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "" + "'", str18, "");
4066  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "" + "'", str19, "");
4067  1 org.junit.Assert.assertTrue("'" + boolean22 + "' != '" + false + "'", boolean22 == false);
4068  1 org.junit.Assert.assertTrue("'" + boolean23 + "' != '" + false + "'", boolean23 == false);
4069  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "#root" + "'", str24, "#root");
4070  1 org.junit.Assert.assertNotNull(document26);
4071  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
4072  1 org.junit.Assert.assertEquals("'" + str28 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str28, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4073  1 org.junit.Assert.assertTrue("'" + boolean30 + "' != '" + false + "'", boolean30 == false);
4074  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + true + "'", boolean31 == true);
4075  1 org.junit.Assert.assertNull(parser32);
4076  1 org.junit.Assert.assertEquals("'" + str33 + "' != '" + "" + "'", str33, "");
4077  1 org.junit.Assert.assertNotNull(document38);
4078  1 org.junit.Assert.assertEquals("'" + str39 + "' != '" + "" + "'", str39, "");
4079  1 org.junit.Assert.assertEquals("'" + str40 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str40, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4080  1 org.junit.Assert.assertTrue("'" + boolean42 + "' != '" + false + "'", boolean42 == false);
4081  1 org.junit.Assert.assertEquals("'" + str43 + "' != '" + "#root" + "'", str43, "#root");
4082  1 org.junit.Assert.assertNotNull(document45);
4083  1 org.junit.Assert.assertNotNull(element47);
4084  1 org.junit.Assert.assertTrue("'" + boolean48 + "' != '" + false + "'", boolean48 == false);
4085  1 org.junit.Assert.assertTrue("'" + boolean49 + "' != '" + false + "'", boolean49 == false);
4086  1 org.junit.Assert.assertNotNull(element52);
4087    }
4088   
 
4089  1 toggle @Test
4090    public void test0654() throws Throwable {
4091  1 if (debug)
4092  0 System.out.format("%n%s%n", "RegressionTest1.test0654");
4093  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
4094  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
4095  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
4096  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
4097  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
4098  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
4099  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
4100  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
4101  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
4102  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
4103  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
4104  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
4105  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
4106  1 java.util.Map<String, String> strMap16 = request14.cookies();
4107  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
4108  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
4109  1 java.io.InputStream inputStream23 = null;
4110  1 org.jsoup.helper.HttpConnection.KeyVal keyVal24 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream23);
4111  1 java.io.InputStream inputStream25 = keyVal24.inputStream();
4112  1 org.jsoup.helper.HttpConnection httpConnection26 = new org.jsoup.helper.HttpConnection();
4113  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory27 = null;
4114  1 org.jsoup.Connection connection28 = httpConnection26.sslSocketFactory(sSLSocketFactory27);
4115  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory29 = null;
4116  1 org.jsoup.Connection connection30 = httpConnection26.sslSocketFactory(sSLSocketFactory29);
4117  1 org.jsoup.Connection.Request request31 = httpConnection26.request();
4118  1 org.jsoup.helper.HttpConnection httpConnection32 = new org.jsoup.helper.HttpConnection();
4119  1 org.jsoup.Connection.Request request33 = httpConnection32.request();
4120  1 org.jsoup.Connection.Request request36 = request33.addHeader("multipart/form-data", "hi!");
4121  1 java.util.Map<String, java.util.List<String>> strMap37 = request36.multiHeaders();
4122  1 java.util.Map<String, String> strMap38 = request36.cookies();
4123  1 org.jsoup.Connection connection39 = httpConnection26.headers(strMap38);
4124  1 java.io.InputStream inputStream42 = null;
4125  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream45 = new org.jsoup.internal.ConstrainableInputStream(inputStream42, 1, (int) (byte) 0);
4126  1 org.jsoup.Connection connection46 = httpConnection26.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream45);
4127  1 org.jsoup.helper.HttpConnection.KeyVal keyVal47 = keyVal24.inputStream((java.io.InputStream) constrainableInputStream45);
4128  1 constrainableInputStream45.skipNBytes(0L);
4129  1 org.jsoup.Connection connection50 = httpConnection0.data("[:eq(-1)!=#doctype]", ":contains(content-encoding)", (java.io.InputStream) constrainableInputStream45);
4130    // The following exception was thrown during execution in test generation
4131  1 try {
4132  1 int int51 = constrainableInputStream45.read();
4133  0 org.junit.Assert.fail("Expected exception of type java.io.IOException; message: Stream closed");
4134    } catch (java.io.IOException e) {
4135    // Expected exception.
4136    }
4137  1 org.junit.Assert.assertNotNull(request1);
4138  1 org.junit.Assert.assertNotNull(connection3);
4139  1 org.junit.Assert.assertNotNull(connection6);
4140  1 org.junit.Assert.assertNotNull(connection8);
4141  1 org.junit.Assert.assertNotNull(request9);
4142  1 org.junit.Assert.assertNotNull(request11);
4143  1 org.junit.Assert.assertNotNull(request14);
4144  1 org.junit.Assert.assertNotNull(strMap15);
4145  1 org.junit.Assert.assertNotNull(strMap16);
4146  1 org.junit.Assert.assertNotNull(connection17);
4147  1 org.junit.Assert.assertNotNull(connection18);
4148  1 org.junit.Assert.assertNotNull(keyVal24);
4149  1 org.junit.Assert.assertNull(inputStream25);
4150  1 org.junit.Assert.assertNotNull(connection28);
4151  1 org.junit.Assert.assertNotNull(connection30);
4152  1 org.junit.Assert.assertNotNull(request31);
4153  1 org.junit.Assert.assertNotNull(request33);
4154  1 org.junit.Assert.assertNotNull(request36);
4155  1 org.junit.Assert.assertNotNull(strMap37);
4156  1 org.junit.Assert.assertNotNull(strMap38);
4157  1 org.junit.Assert.assertNotNull(connection39);
4158  1 org.junit.Assert.assertNotNull(connection46);
4159  1 org.junit.Assert.assertNotNull(keyVal47);
4160  1 org.junit.Assert.assertNotNull(connection50);
4161    }
4162   
 
4163  1 toggle @Test
4164    public void test0655() throws Throwable {
4165  1 if (debug)
4166  0 System.out.format("%n%s%n", "RegressionTest1.test0655");
4167  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
4168  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
4169  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
4170  1 java.util.Map<String, java.util.List<String>> strMap5 = request4.multiHeaders();
4171  1 java.util.Map<String, String> strMap6 = request4.headers();
4172  1 boolean boolean8 = request4.hasCookie(":last-child");
4173  1 org.junit.Assert.assertNotNull(request1);
4174  1 org.junit.Assert.assertNotNull(request4);
4175  1 org.junit.Assert.assertNotNull(strMap5);
4176  1 org.junit.Assert.assertNotNull(strMap6);
4177  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
4178    }
4179   
 
4180  1 toggle @Test
4181    public void test0656() throws Throwable {
4182  1 if (debug)
4183  0 System.out.format("%n%s%n", "RegressionTest1.test0656");
4184  1 String str2 = org.jsoup.internal.StringUtil.resolve(" ", ":gt(35)");
4185  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
4186    }
4187   
 
4188  1 toggle @Test
4189    public void test0657() throws Throwable {
4190  1 if (debug)
4191  0 System.out.format("%n%s%n", "RegressionTest1.test0657");
4192  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
4193  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
4194  1 java.io.InputStream inputStream4 = null;
4195  1 org.jsoup.Connection connection6 = httpConnection0.data("#root", "Content-Encoding", inputStream4, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4196  1 org.jsoup.helper.HttpConnection httpConnection7 = new org.jsoup.helper.HttpConnection();
4197  1 org.jsoup.Connection.Request request8 = httpConnection7.request();
4198  1 org.jsoup.Connection.Request request11 = request8.addHeader("multipart/form-data", "hi!");
4199  1 java.util.Map<String, java.util.List<String>> strMap12 = request11.multiHeaders();
4200  1 java.util.Map<String, String> strMap13 = request11.cookies();
4201  1 org.jsoup.Connection connection14 = httpConnection0.headers(strMap13);
4202  1 String[] strArray22 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
4203  1 boolean boolean23 = org.jsoup.internal.StringUtil.in("", strArray22);
4204  1 boolean boolean24 = org.jsoup.internal.StringUtil.in("", strArray22);
4205  1 String str26 = org.jsoup.internal.StringUtil.join(strArray22, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4206    // The following exception was thrown during execution in test generation
4207  1 try {
4208  1 org.jsoup.Connection connection27 = httpConnection0.data(strArray22);
4209  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Must supply an even number of key value pairs");
4210    } catch (IllegalArgumentException e) {
4211    // Expected exception.
4212    }
4213  1 org.junit.Assert.assertNotNull(request1);
4214  1 org.junit.Assert.assertNotNull(connection6);
4215  1 org.junit.Assert.assertNotNull(request8);
4216  1 org.junit.Assert.assertNotNull(request11);
4217  1 org.junit.Assert.assertNotNull(strMap12);
4218  1 org.junit.Assert.assertNotNull(strMap13);
4219  1 org.junit.Assert.assertNotNull(connection14);
4220  1 org.junit.Assert.assertNotNull(strArray22);
4221  1 org.junit.Assert.assertTrue("'" + boolean23 + "' != '" + true + "'", boolean23 == true);
4222  1 org.junit.Assert.assertTrue("'" + boolean24 + "' != '" + true + "'", boolean24 == true);
4223  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!" + "'", str26, "hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
4224    }
4225   
 
4226  1 toggle @Test
4227    public void test0658() throws Throwable {
4228  1 if (debug)
4229  0 System.out.format("%n%s%n", "RegressionTest1.test0658");
4230  1 org.jsoup.nodes.DataNode dataNode1 = new org.jsoup.nodes.DataNode("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
4231  1 org.jsoup.nodes.Attributes attributes2 = dataNode1.attributes();
4232  1 org.junit.Assert.assertNotNull(attributes2);
4233    }
4234   
 
4235  1 toggle @Test
4236    public void test0659() throws Throwable {
4237  1 if (debug)
4238  0 System.out.format("%n%s%n", "RegressionTest1.test0659");
4239  1 org.jsoup.select.Evaluator.AttributeWithValueNot attributeWithValueNot2 = new org.jsoup.select.Evaluator.AttributeWithValueNot(":eq(-1)", "#doctype");
4240  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4241  1 String str5 = document4.id();
4242  1 String str6 = document4.baseUri();
4243  1 org.jsoup.nodes.Element element9 = document4.attr("", true);
4244  1 org.jsoup.nodes.Node node12 = document4.attr("#text", "");
4245  1 org.jsoup.nodes.Element element13 = document4.shallowClone();
4246  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4247  1 String str16 = document15.id();
4248  1 String str17 = document15.baseUri();
4249  1 org.jsoup.nodes.Element element18 = document15.clearAttributes();
4250  1 java.util.Map<String, String> strMap19 = document15.dataset();
4251  1 org.jsoup.nodes.Element element21 = document15.html("#root=\"\"");
4252  1 boolean boolean22 = attributeWithValueNot2.matches(element13, (org.jsoup.nodes.Element) document15);
4253  1 org.junit.Assert.assertNotNull(document4);
4254  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
4255  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
4256  1 org.junit.Assert.assertNotNull(element9);
4257  1 org.junit.Assert.assertNotNull(node12);
4258  1 org.junit.Assert.assertNotNull(element13);
4259  1 org.junit.Assert.assertNotNull(document15);
4260  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
4261  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
4262  1 org.junit.Assert.assertNotNull(element18);
4263  1 org.junit.Assert.assertNotNull(strMap19);
4264  1 org.junit.Assert.assertNotNull(element21);
4265  1 org.junit.Assert.assertTrue("'" + boolean22 + "' != '" + true + "'", boolean22 == true);
4266    }
4267   
 
4268  1 toggle @Test
4269    public void test0660() throws Throwable {
4270  1 if (debug)
4271  0 System.out.format("%n%s%n", "RegressionTest1.test0660");
4272  1 org.jsoup.nodes.TextNode textNode2 = org.jsoup.nodes.TextNode.createFromEncoded("hi!", "hi!");
4273  1 org.jsoup.nodes.Node node4 = textNode2.removeAttr("multipart/form-data");
4274  1 String str5 = textNode2.toString();
4275  1 String str7 = textNode2.attr("multipart");
4276  1 String str9 = textNode2.absUrl("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4277  1 boolean boolean10 = textNode2.isBlank();
4278  1 org.junit.Assert.assertNotNull(textNode2);
4279  1 org.junit.Assert.assertNotNull(node4);
4280  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "hi!" + "'", str5, "hi!");
4281  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
4282  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
4283  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
4284    }
4285   
 
4286  1 toggle @Test
4287    public void test0661() throws Throwable {
4288  1 if (debug)
4289  0 System.out.format("%n%s%n", "RegressionTest1.test0661");
4290  1 org.jsoup.parser.ParseErrorList parseErrorList2 = new org.jsoup.parser.ParseErrorList((int) '#', (int) (short) 0);
4291    }
4292   
 
4293  1 toggle @Test
4294    public void test0662() throws Throwable {
4295  1 if (debug)
4296  0 System.out.format("%n%s%n", "RegressionTest1.test0662");
4297  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
4298  1 String str3 = tokenQueue1.chompTo("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
4299  1 String str4 = tokenQueue1.consumeCssIdentifier();
4300  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "multipart/form-data" + "'", str3, "multipart/form-data");
4301  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
4302    }
4303   
 
4304  1 toggle @Test
4305    public void test0663() throws Throwable {
4306  1 if (debug)
4307  0 System.out.format("%n%s%n", "RegressionTest1.test0663");
4308  1 org.jsoup.select.Evaluator.TagEndsWith tagEndsWith1 = new org.jsoup.select.Evaluator.TagEndsWith(":lt(52)");
4309  1 String str2 = tagEndsWith1.toString();
4310  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":lt(52)" + "'", str2, ":lt(52)");
4311    }
4312   
 
4313  1 toggle @Test
4314    public void test0664() throws Throwable {
4315  1 if (debug)
4316  0 System.out.format("%n%s%n", "RegressionTest1.test0664");
4317  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
4318  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
4319  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
4320  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
4321  1 java.net.URL uRL5 = response4.url();
4322  1 org.jsoup.Connection.Response response7 = response4.charset("PUBLIC");
4323  1 org.jsoup.Connection.Method method8 = response7.method();
4324  1 org.junit.Assert.assertNotNull(request1);
4325  1 org.junit.Assert.assertNotNull(connection3);
4326  1 org.junit.Assert.assertNotNull(response4);
4327  1 org.junit.Assert.assertNull(uRL5);
4328  1 org.junit.Assert.assertNotNull(response7);
4329  1 org.junit.Assert.assertNull(method8);
4330    }
4331   
 
4332  1 toggle @Test
4333    public void test0665() throws Throwable {
4334  1 if (debug)
4335  0 System.out.format("%n%s%n", "RegressionTest1.test0665");
4336  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4337  1 String str2 = document1.id();
4338  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
4339  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
4340  1 org.jsoup.select.Elements elements6 = elements5.prev();
4341  1 org.junit.Assert.assertNotNull(document1);
4342  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
4343  1 org.junit.Assert.assertNotNull(elements3);
4344  1 org.junit.Assert.assertNotNull(elements5);
4345  1 org.junit.Assert.assertNotNull(elements6);
4346    }
4347   
 
4348  1 toggle @Test
4349    public void test0666() throws Throwable {
4350  1 if (debug)
4351  0 System.out.format("%n%s%n", "RegressionTest1.test0666");
4352  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan1 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
4353  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType4 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
4354  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4355  1 String str7 = document6.id();
4356  1 org.jsoup.select.Elements elements8 = document6.previousElementSiblings();
4357  1 org.jsoup.nodes.Element element9 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType4, (org.jsoup.nodes.Element) document6);
4358  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4359  1 String str12 = document11.className();
4360  1 String str13 = document11.outerHtml();
4361  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4362  1 String str16 = document15.id();
4363  1 String str17 = document15.baseUri();
4364  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan19 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
4365  1 boolean boolean20 = document15.is((org.jsoup.select.Evaluator) indexLessThan19);
4366  1 boolean boolean21 = isNthLastOfType4.matches((org.jsoup.nodes.Element) document11, (org.jsoup.nodes.Element) document15);
4367  1 String str22 = document15.cssSelector();
4368  1 org.jsoup.nodes.Document document24 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4369  1 String str25 = document24.className();
4370  1 String str26 = document24.outerHtml();
4371  1 boolean boolean28 = document24.hasSameValue((Object) 1);
4372  1 boolean boolean29 = indexLessThan1.matches((org.jsoup.nodes.Element) document15, (org.jsoup.nodes.Element) document24);
4373  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType32 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
4374  1 org.jsoup.nodes.Document document34 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4375  1 String str35 = document34.wholeText();
4376  1 org.jsoup.nodes.Document document37 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4377  1 String str38 = document37.className();
4378  1 boolean boolean39 = isNthLastOfType32.matches((org.jsoup.nodes.Element) document34, (org.jsoup.nodes.Element) document37);
4379  1 org.jsoup.nodes.Document document40 = document34.clone();
4380  1 String str41 = document34.title();
4381  1 org.jsoup.nodes.Document document43 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4382  1 String str44 = document43.id();
4383  1 String str45 = document43.baseUri();
4384  1 org.jsoup.nodes.Element element48 = document43.attr("", true);
4385  1 org.jsoup.nodes.Node node51 = document43.attr("#text", "");
4386  1 org.jsoup.nodes.Document.QuirksMode quirksMode52 = org.jsoup.nodes.Document.QuirksMode.noQuirks;
4387  1 org.jsoup.nodes.Document document53 = document43.quirksMode(quirksMode52);
4388  1 boolean boolean54 = indexLessThan1.matches((org.jsoup.nodes.Element) document34, (org.jsoup.nodes.Element) document43);
4389  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan56 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
4390  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType59 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
4391  1 org.jsoup.nodes.Document document61 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4392  1 String str62 = document61.id();
4393  1 org.jsoup.select.Elements elements63 = document61.previousElementSiblings();
4394  1 org.jsoup.nodes.Element element64 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType59, (org.jsoup.nodes.Element) document61);
4395  1 org.jsoup.nodes.Document document66 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4396  1 String str67 = document66.className();
4397  1 String str68 = document66.outerHtml();
4398  1 org.jsoup.nodes.Document document70 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4399  1 String str71 = document70.id();
4400  1 String str72 = document70.baseUri();
4401  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan74 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
4402  1 boolean boolean75 = document70.is((org.jsoup.select.Evaluator) indexLessThan74);
4403  1 boolean boolean76 = isNthLastOfType59.matches((org.jsoup.nodes.Element) document66, (org.jsoup.nodes.Element) document70);
4404  1 String str77 = document70.cssSelector();
4405  1 org.jsoup.nodes.Document document79 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4406  1 String str80 = document79.className();
4407  1 String str81 = document79.outerHtml();
4408  1 boolean boolean83 = document79.hasSameValue((Object) 1);
4409  1 boolean boolean84 = indexLessThan56.matches((org.jsoup.nodes.Element) document70, (org.jsoup.nodes.Element) document79);
4410  1 org.jsoup.nodes.Document.QuirksMode quirksMode85 = org.jsoup.nodes.Document.QuirksMode.quirks;
4411  1 org.jsoup.nodes.Document document86 = document79.quirksMode(quirksMode85);
4412  1 org.jsoup.select.Elements elements89 = document86.getElementsByAttributeValueMatching("multipart/form-data", "hi!");
4413  1 java.util.Set<String> strSet90 = document86.classNames();
4414  1 org.jsoup.nodes.Element element91 = document43.classNames(strSet90);
4415  1 String str92 = document43.nodeName();
4416  1 org.junit.Assert.assertNotNull(document6);
4417  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
4418  1 org.junit.Assert.assertNotNull(elements8);
4419  1 org.junit.Assert.assertNull(element9);
4420  1 org.junit.Assert.assertNotNull(document11);
4421  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
4422  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str13, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4423  1 org.junit.Assert.assertNotNull(document15);
4424  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
4425  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
4426  1 org.junit.Assert.assertTrue("'" + boolean20 + "' != '" + false + "'", boolean20 == false);
4427  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
4428  1 org.junit.Assert.assertEquals("'" + str22 + "' != '" + "#root" + "'", str22, "#root");
4429  1 org.junit.Assert.assertNotNull(document24);
4430  1 org.junit.Assert.assertEquals("'" + str25 + "' != '" + "" + "'", str25, "");
4431  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str26, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4432  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
4433  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
4434  1 org.junit.Assert.assertNotNull(document34);
4435  1 org.junit.Assert.assertEquals("'" + str35 + "' != '" + "hi!" + "'", str35, "hi!");
4436  1 org.junit.Assert.assertNotNull(document37);
4437  1 org.junit.Assert.assertEquals("'" + str38 + "' != '" + "" + "'", str38, "");
4438  1 org.junit.Assert.assertTrue("'" + boolean39 + "' != '" + false + "'", boolean39 == false);
4439  1 org.junit.Assert.assertNotNull(document40);
4440  1 org.junit.Assert.assertEquals("'" + str41 + "' != '" + "" + "'", str41, "");
4441  1 org.junit.Assert.assertNotNull(document43);
4442  1 org.junit.Assert.assertEquals("'" + str44 + "' != '" + "" + "'", str44, "");
4443  1 org.junit.Assert.assertEquals("'" + str45 + "' != '" + "" + "'", str45, "");
4444  1 org.junit.Assert.assertNotNull(element48);
4445  1 org.junit.Assert.assertNotNull(node51);
4446  1 org.junit.Assert.assertTrue("'" + quirksMode52 + "' != '" + org.jsoup.nodes.Document.QuirksMode.noQuirks + "'", quirksMode52.equals(org.jsoup.nodes.Document.QuirksMode.noQuirks));
4447  1 org.junit.Assert.assertNotNull(document53);
4448  1 org.junit.Assert.assertTrue("'" + boolean54 + "' != '" + true + "'", boolean54 == true);
4449  1 org.junit.Assert.assertNotNull(document61);
4450  1 org.junit.Assert.assertEquals("'" + str62 + "' != '" + "" + "'", str62, "");
4451  1 org.junit.Assert.assertNotNull(elements63);
4452  1 org.junit.Assert.assertNull(element64);
4453  1 org.junit.Assert.assertNotNull(document66);
4454  1 org.junit.Assert.assertEquals("'" + str67 + "' != '" + "" + "'", str67, "");
4455  1 org.junit.Assert.assertEquals("'" + str68 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str68, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4456  1 org.junit.Assert.assertNotNull(document70);
4457  1 org.junit.Assert.assertEquals("'" + str71 + "' != '" + "" + "'", str71, "");
4458  1 org.junit.Assert.assertEquals("'" + str72 + "' != '" + "" + "'", str72, "");
4459  1 org.junit.Assert.assertTrue("'" + boolean75 + "' != '" + false + "'", boolean75 == false);
4460  1 org.junit.Assert.assertTrue("'" + boolean76 + "' != '" + false + "'", boolean76 == false);
4461  1 org.junit.Assert.assertEquals("'" + str77 + "' != '" + "#root" + "'", str77, "#root");
4462  1 org.junit.Assert.assertNotNull(document79);
4463  1 org.junit.Assert.assertEquals("'" + str80 + "' != '" + "" + "'", str80, "");
4464  1 org.junit.Assert.assertEquals("'" + str81 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str81, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4465  1 org.junit.Assert.assertTrue("'" + boolean83 + "' != '" + false + "'", boolean83 == false);
4466  1 org.junit.Assert.assertTrue("'" + boolean84 + "' != '" + true + "'", boolean84 == true);
4467  1 org.junit.Assert.assertTrue("'" + quirksMode85 + "' != '" + org.jsoup.nodes.Document.QuirksMode.quirks + "'", quirksMode85.equals(org.jsoup.nodes.Document.QuirksMode.quirks));
4468  1 org.junit.Assert.assertNotNull(document86);
4469  1 org.junit.Assert.assertNotNull(elements89);
4470  1 org.junit.Assert.assertNotNull(strSet90);
4471  1 org.junit.Assert.assertNotNull(element91);
4472  1 org.junit.Assert.assertEquals("'" + str92 + "' != '" + "#document" + "'", str92, "#document");
4473    }
4474   
 
4475  1 toggle @Test
4476    public void test0667() throws Throwable {
4477  1 if (debug)
4478  0 System.out.format("%n%s%n", "RegressionTest1.test0667");
4479  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
4480  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
4481  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
4482  1 org.jsoup.parser.ParseErrorList parseErrorList3 = org.jsoup.parser.ParseErrorList.noTracking();
4483  1 int int4 = parseErrorList1.indexOf((Object) parseErrorList3);
4484    // The following exception was thrown during execution in test generation
4485  1 try {
4486  1 org.jsoup.parser.ParseError parseError6 = parseErrorList1.remove((int) (short) 1);
4487  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: Index 1 out of bounds for length 0");
4488    } catch (IndexOutOfBoundsException e) {
4489    // Expected exception.
4490    }
4491  1 org.junit.Assert.assertNotNull(parseErrorArray0);
4492  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
4493  1 org.junit.Assert.assertNotNull(parseErrorList3);
4494  1 org.junit.Assert.assertTrue("'" + int4 + "' != '" + (-1) + "'", int4 == (-1));
4495    }
4496   
 
4497  1 toggle @Test
4498    public void test0668() throws Throwable {
4499  1 if (debug)
4500  0 System.out.format("%n%s%n", "RegressionTest1.test0668");
4501  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
4502  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
4503  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
4504  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
4505  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(false);
4506  1 org.jsoup.Connection.Method method7 = org.jsoup.Connection.Method.OPTIONS;
4507  1 boolean boolean8 = method7.hasBody();
4508  1 org.jsoup.Connection connection9 = httpConnection0.method(method7);
4509    // The following exception was thrown during execution in test generation
4510  1 try {
4511  1 org.jsoup.Connection.Response response10 = connection9.execute();
4512  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: URL must be specified to connect");
4513    } catch (IllegalArgumentException e) {
4514    // Expected exception.
4515    }
4516  1 org.junit.Assert.assertNotNull(request1);
4517  1 org.junit.Assert.assertNotNull(connection3);
4518  1 org.junit.Assert.assertNotNull(response4);
4519  1 org.junit.Assert.assertNotNull(connection6);
4520  1 org.junit.Assert.assertTrue("'" + method7 + "' != '" + org.jsoup.Connection.Method.OPTIONS + "'", method7.equals(org.jsoup.Connection.Method.OPTIONS));
4521  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
4522  1 org.junit.Assert.assertNotNull(connection9);
4523    }
4524   
 
4525  1 toggle @Test
4526    public void test0669() throws Throwable {
4527  1 if (debug)
4528  0 System.out.format("%n%s%n", "RegressionTest1.test0669");
4529  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
4530  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
4531  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory2 = null;
4532  1 org.jsoup.Connection connection3 = httpConnection0.sslSocketFactory(sSLSocketFactory2);
4533  1 org.jsoup.nodes.Document document5 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4534  1 String str6 = document5.id();
4535  1 String str7 = document5.baseUri();
4536  1 org.jsoup.nodes.Element element8 = document5.clearAttributes();
4537  1 java.util.Map<String, String> strMap9 = document5.dataset();
4538  1 org.jsoup.Connection connection10 = httpConnection0.cookies(strMap9);
4539  1 org.jsoup.Connection connection13 = httpConnection0.proxy("hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!", (int) 'a');
4540    // The following exception was thrown during execution in test generation
4541  1 try {
4542  1 org.jsoup.Connection connection15 = httpConnection0.url("");
4543  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Must supply a valid URL");
4544    } catch (IllegalArgumentException e) {
4545    // Expected exception.
4546    }
4547  1 org.junit.Assert.assertNotNull(request1);
4548  1 org.junit.Assert.assertNotNull(connection3);
4549  1 org.junit.Assert.assertNotNull(document5);
4550  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
4551  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
4552  1 org.junit.Assert.assertNotNull(element8);
4553  1 org.junit.Assert.assertNotNull(strMap9);
4554  1 org.junit.Assert.assertNotNull(connection10);
4555  1 org.junit.Assert.assertNotNull(connection13);
4556    }
4557   
 
4558  1 toggle @Test
4559    public void test0670() throws Throwable {
4560  1 if (debug)
4561  0 System.out.format("%n%s%n", "RegressionTest1.test0670");
4562  1 org.jsoup.select.Evaluator.AllElements allElements0 = new org.jsoup.select.Evaluator.AllElements();
4563  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType3 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
4564  1 org.jsoup.nodes.Document document5 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4565  1 String str6 = document5.className();
4566  1 String str7 = document5.outerHtml();
4567  1 boolean boolean9 = document5.hasSameValue((Object) 1);
4568  1 String str10 = document5.tagName();
4569  1 org.jsoup.nodes.Document document12 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4570  1 org.jsoup.nodes.Element element14 = document12.val("hi!");
4571  1 boolean boolean15 = isNthLastOfType3.matches((org.jsoup.nodes.Element) document5, element14);
4572  1 org.jsoup.select.Elements elements16 = element14.nextElementSiblings();
4573  1 org.jsoup.nodes.Element element17 = null;
4574  1 boolean boolean18 = allElements0.matches(element14, element17);
4575  1 org.jsoup.nodes.Document document20 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4576  1 org.jsoup.nodes.Element element22 = document20.val("hi!");
4577  1 org.jsoup.nodes.Element element23 = document20.clone();
4578  1 org.jsoup.select.Evaluator.IndexGreaterThan indexGreaterThan25 = new org.jsoup.select.Evaluator.IndexGreaterThan((int) '#');
4579  1 org.jsoup.nodes.Document document27 = org.jsoup.Jsoup.parseBodyFragment("");
4580  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType30 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
4581  1 org.jsoup.nodes.Document document32 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4582  1 String str33 = document32.className();
4583  1 String str34 = document32.outerHtml();
4584  1 boolean boolean36 = document32.hasSameValue((Object) 1);
4585  1 String str37 = document32.tagName();
4586  1 org.jsoup.nodes.Document document39 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4587  1 org.jsoup.nodes.Element element41 = document39.val("hi!");
4588  1 boolean boolean42 = isNthLastOfType30.matches((org.jsoup.nodes.Element) document32, element41);
4589  1 String str43 = document32.title();
4590  1 org.jsoup.select.Elements elements45 = document32.getElementsMatchingText("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4591  1 boolean boolean46 = indexGreaterThan25.matches((org.jsoup.nodes.Element) document27, (org.jsoup.nodes.Element) document32);
4592  1 boolean boolean47 = allElements0.matches((org.jsoup.nodes.Element) document20, (org.jsoup.nodes.Element) document32);
4593  1 org.junit.Assert.assertNotNull(document5);
4594  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
4595  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str7, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4596  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
4597  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "#root" + "'", str10, "#root");
4598  1 org.junit.Assert.assertNotNull(document12);
4599  1 org.junit.Assert.assertNotNull(element14);
4600  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
4601  1 org.junit.Assert.assertNotNull(elements16);
4602  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + true + "'", boolean18 == true);
4603  1 org.junit.Assert.assertNotNull(document20);
4604  1 org.junit.Assert.assertNotNull(element22);
4605  1 org.junit.Assert.assertNotNull(element23);
4606  1 org.junit.Assert.assertNotNull(document27);
4607  1 org.junit.Assert.assertNotNull(document32);
4608  1 org.junit.Assert.assertEquals("'" + str33 + "' != '" + "" + "'", str33, "");
4609  1 org.junit.Assert.assertEquals("'" + str34 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str34, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4610  1 org.junit.Assert.assertTrue("'" + boolean36 + "' != '" + false + "'", boolean36 == false);
4611  1 org.junit.Assert.assertEquals("'" + str37 + "' != '" + "#root" + "'", str37, "#root");
4612  1 org.junit.Assert.assertNotNull(document39);
4613  1 org.junit.Assert.assertNotNull(element41);
4614  1 org.junit.Assert.assertTrue("'" + boolean42 + "' != '" + false + "'", boolean42 == false);
4615  1 org.junit.Assert.assertEquals("'" + str43 + "' != '" + "" + "'", str43, "");
4616  1 org.junit.Assert.assertNotNull(elements45);
4617  1 org.junit.Assert.assertTrue("'" + boolean46 + "' != '" + false + "'", boolean46 == false);
4618  1 org.junit.Assert.assertTrue("'" + boolean47 + "' != '" + true + "'", boolean47 == true);
4619    }
4620   
 
4621  1 toggle @Test
4622    public void test0671() throws Throwable {
4623  1 if (debug)
4624  0 System.out.format("%n%s%n", "RegressionTest1.test0671");
4625  1 java.io.InputStream inputStream3 = null;
4626  1 org.jsoup.parser.Parser parser6 = org.jsoup.parser.Parser.htmlParser();
4627  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parse(inputStream3, "", "#root", parser6);
4628  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser6);
4629  1 org.jsoup.parser.ParseSettings parseSettings9 = parser6.settings();
4630  1 org.jsoup.parser.Tag tag10 = org.jsoup.parser.Tag.valueOf(":first-child", parseSettings9);
4631  1 org.junit.Assert.assertNotNull(parser6);
4632  1 org.junit.Assert.assertNotNull(document7);
4633  1 org.junit.Assert.assertNotNull(document8);
4634  1 org.junit.Assert.assertNotNull(parseSettings9);
4635  1 org.junit.Assert.assertNotNull(tag10);
4636    }
4637   
 
4638  1 toggle @Test
4639    public void test0672() throws Throwable {
4640  1 if (debug)
4641  0 System.out.format("%n%s%n", "RegressionTest1.test0672");
4642  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan1 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
4643  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType4 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
4644  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4645  1 String str7 = document6.id();
4646  1 org.jsoup.select.Elements elements8 = document6.previousElementSiblings();
4647  1 org.jsoup.nodes.Element element9 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType4, (org.jsoup.nodes.Element) document6);
4648  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4649  1 String str12 = document11.className();
4650  1 String str13 = document11.outerHtml();
4651  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4652  1 String str16 = document15.id();
4653  1 String str17 = document15.baseUri();
4654  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan19 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
4655  1 boolean boolean20 = document15.is((org.jsoup.select.Evaluator) indexLessThan19);
4656  1 boolean boolean21 = isNthLastOfType4.matches((org.jsoup.nodes.Element) document11, (org.jsoup.nodes.Element) document15);
4657  1 String str22 = document15.cssSelector();
4658  1 org.jsoup.nodes.Document document24 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4659  1 String str25 = document24.className();
4660  1 String str26 = document24.outerHtml();
4661  1 boolean boolean28 = document24.hasSameValue((Object) 1);
4662  1 boolean boolean29 = indexLessThan1.matches((org.jsoup.nodes.Element) document15, (org.jsoup.nodes.Element) document24);
4663  1 org.jsoup.parser.Parser parser30 = document15.parser();
4664  1 org.jsoup.select.Evaluator.IsFirstOfType isFirstOfType31 = new org.jsoup.select.Evaluator.IsFirstOfType();
4665  1 String str32 = isFirstOfType31.toString();
4666  1 boolean boolean33 = document15.is((org.jsoup.select.Evaluator) isFirstOfType31);
4667  1 String str34 = isFirstOfType31.toString();
4668  1 String str35 = isFirstOfType31.toString();
4669  1 org.junit.Assert.assertNotNull(document6);
4670  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
4671  1 org.junit.Assert.assertNotNull(elements8);
4672  1 org.junit.Assert.assertNull(element9);
4673  1 org.junit.Assert.assertNotNull(document11);
4674  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
4675  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str13, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4676  1 org.junit.Assert.assertNotNull(document15);
4677  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
4678  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
4679  1 org.junit.Assert.assertTrue("'" + boolean20 + "' != '" + false + "'", boolean20 == false);
4680  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
4681  1 org.junit.Assert.assertEquals("'" + str22 + "' != '" + "#root" + "'", str22, "#root");
4682  1 org.junit.Assert.assertNotNull(document24);
4683  1 org.junit.Assert.assertEquals("'" + str25 + "' != '" + "" + "'", str25, "");
4684  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str26, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4685  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
4686  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
4687  1 org.junit.Assert.assertNull(parser30);
4688  1 org.junit.Assert.assertEquals("'" + str32 + "' != '" + ":first-of-type" + "'", str32, ":first-of-type");
4689  1 org.junit.Assert.assertTrue("'" + boolean33 + "' != '" + false + "'", boolean33 == false);
4690  1 org.junit.Assert.assertEquals("'" + str34 + "' != '" + ":first-of-type" + "'", str34, ":first-of-type");
4691  1 org.junit.Assert.assertEquals("'" + str35 + "' != '" + ":first-of-type" + "'", str35, ":first-of-type");
4692    }
4693   
 
4694  1 toggle @Test
4695    public void test0673() throws Throwable {
4696  1 if (debug)
4697  0 System.out.format("%n%s%n", "RegressionTest1.test0673");
4698  1 org.jsoup.select.Evaluator.ContainsText containsText1 = new org.jsoup.select.Evaluator.ContainsText("Content-Encoding");
4699  1 String str2 = containsText1.toString();
4700  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4701  1 String str5 = document4.id();
4702  1 int int6 = document4.elementSiblingIndex();
4703  1 org.jsoup.nodes.Document document9 = org.jsoup.parser.Parser.parse("[]", "#text");
4704  1 boolean boolean10 = containsText1.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document9);
4705    // The following exception was thrown during execution in test generation
4706  1 try {
4707  1 org.jsoup.nodes.Element element12 = document4.after("Content-Encoding=#declaration");
4708  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
4709    } catch (IllegalArgumentException e) {
4710    // Expected exception.
4711    }
4712  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":contains(content-encoding)" + "'", str2, ":contains(content-encoding)");
4713  1 org.junit.Assert.assertNotNull(document4);
4714  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
4715  1 org.junit.Assert.assertTrue("'" + int6 + "' != '" + 0 + "'", int6 == 0);
4716  1 org.junit.Assert.assertNotNull(document9);
4717  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
4718    }
4719   
 
4720  1 toggle @Test
4721    public void test0674() throws Throwable {
4722  1 if (debug)
4723  0 System.out.format("%n%s%n", "RegressionTest1.test0674");
4724  1 org.jsoup.select.NodeVisitor nodeVisitor0 = null;
4725  1 org.jsoup.select.NodeTraversor nodeTraversor1 = new org.jsoup.select.NodeTraversor(nodeVisitor0);
4726  1 org.jsoup.nodes.DataNode dataNode4 = org.jsoup.nodes.DataNode.createFromEncoded("#text", "");
4727  1 String str5 = dataNode4.getWholeData();
4728    // The following exception was thrown during execution in test generation
4729  1 try {
4730  1 nodeTraversor1.traverse((org.jsoup.nodes.Node) dataNode4);
4731  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"org.jsoup.select.NodeVisitor.head(org.jsoup.nodes.Node, int)\" because \"visitor\" is null");
4732    } catch (NullPointerException e) {
4733    // Expected exception.
4734    }
4735  1 org.junit.Assert.assertNotNull(dataNode4);
4736  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "#text" + "'", str5, "#text");
4737    }
4738   
 
4739  1 toggle @Test
4740    public void test0675() throws Throwable {
4741  1 if (debug)
4742  0 System.out.format("%n%s%n", "RegressionTest1.test0675");
4743  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
4744  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
4745  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
4746  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
4747  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(false);
4748  1 org.jsoup.Connection.Request request7 = httpConnection0.request();
4749  1 org.jsoup.Connection connection10 = httpConnection0.cookie(":lt(52)", "multipart/form-data");
4750  1 org.jsoup.helper.HttpConnection httpConnection13 = new org.jsoup.helper.HttpConnection();
4751  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory14 = null;
4752  1 org.jsoup.Connection connection15 = httpConnection13.sslSocketFactory(sSLSocketFactory14);
4753  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory16 = null;
4754  1 org.jsoup.Connection connection17 = httpConnection13.sslSocketFactory(sSLSocketFactory16);
4755  1 org.jsoup.Connection.Request request18 = httpConnection13.request();
4756  1 org.jsoup.helper.HttpConnection httpConnection19 = new org.jsoup.helper.HttpConnection();
4757  1 org.jsoup.Connection.Request request20 = httpConnection19.request();
4758  1 org.jsoup.Connection.Request request23 = request20.addHeader("multipart/form-data", "hi!");
4759  1 java.util.Map<String, java.util.List<String>> strMap24 = request23.multiHeaders();
4760  1 java.util.Map<String, String> strMap25 = request23.cookies();
4761  1 org.jsoup.Connection connection26 = httpConnection13.headers(strMap25);
4762  1 java.io.InputStream inputStream29 = null;
4763  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream32 = new org.jsoup.internal.ConstrainableInputStream(inputStream29, 1, (int) (byte) 0);
4764  1 org.jsoup.Connection connection33 = httpConnection13.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream32);
4765  1 org.jsoup.Connection connection34 = httpConnection0.data("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!", "<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>", (java.io.InputStream) constrainableInputStream32);
4766  1 org.jsoup.helper.HttpConnection httpConnection37 = new org.jsoup.helper.HttpConnection();
4767  1 org.jsoup.Connection.Request request38 = httpConnection37.request();
4768  1 org.jsoup.Connection connection40 = httpConnection37.referrer("multipart/form-data");
4769  1 org.jsoup.Connection.Response response41 = httpConnection37.response();
4770  1 org.jsoup.Connection connection43 = httpConnection37.ignoreContentType(false);
4771  1 java.io.InputStream inputStream46 = null;
4772  1 org.jsoup.parser.Parser parser49 = org.jsoup.parser.Parser.htmlParser();
4773  1 org.jsoup.nodes.Document document50 = org.jsoup.Jsoup.parse(inputStream46, "", "#root", parser49);
4774  1 org.jsoup.nodes.Document document51 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser49);
4775  1 org.jsoup.Connection connection52 = connection43.parser(parser49);
4776    // The following exception was thrown during execution in test generation
4777  1 try {
4778  1 org.jsoup.nodes.Document document53 = org.jsoup.Jsoup.parse((java.io.InputStream) constrainableInputStream32, "#text", "hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!", parser49);
4779  0 org.junit.Assert.fail("Expected exception of type java.io.IOException; message: Stream closed");
4780    } catch (java.io.IOException e) {
4781    // Expected exception.
4782    }
4783  1 org.junit.Assert.assertNotNull(request1);
4784  1 org.junit.Assert.assertNotNull(connection3);
4785  1 org.junit.Assert.assertNotNull(response4);
4786  1 org.junit.Assert.assertNotNull(connection6);
4787  1 org.junit.Assert.assertNotNull(request7);
4788  1 org.junit.Assert.assertNotNull(connection10);
4789  1 org.junit.Assert.assertNotNull(connection15);
4790  1 org.junit.Assert.assertNotNull(connection17);
4791  1 org.junit.Assert.assertNotNull(request18);
4792  1 org.junit.Assert.assertNotNull(request20);
4793  1 org.junit.Assert.assertNotNull(request23);
4794  1 org.junit.Assert.assertNotNull(strMap24);
4795  1 org.junit.Assert.assertNotNull(strMap25);
4796  1 org.junit.Assert.assertNotNull(connection26);
4797  1 org.junit.Assert.assertNotNull(connection33);
4798  1 org.junit.Assert.assertNotNull(connection34);
4799  1 org.junit.Assert.assertNotNull(request38);
4800  1 org.junit.Assert.assertNotNull(connection40);
4801  1 org.junit.Assert.assertNotNull(response41);
4802  1 org.junit.Assert.assertNotNull(connection43);
4803  1 org.junit.Assert.assertNotNull(parser49);
4804  1 org.junit.Assert.assertNotNull(document50);
4805  1 org.junit.Assert.assertNotNull(document51);
4806  1 org.junit.Assert.assertNotNull(connection52);
4807    }
4808   
 
4809  1 toggle @Test
4810    public void test0676() throws Throwable {
4811  1 if (debug)
4812  0 System.out.format("%n%s%n", "RegressionTest1.test0676");
4813  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
4814  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
4815  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
4816  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
4817  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
4818  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
4819  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
4820  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
4821  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
4822  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
4823  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
4824  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
4825  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
4826  1 java.util.Map<String, String> strMap16 = request14.cookies();
4827  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
4828  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
4829  1 java.net.Proxy proxy19 = null;
4830  1 org.jsoup.Connection connection20 = httpConnection0.proxy(proxy19);
4831  1 org.junit.Assert.assertNotNull(request1);
4832  1 org.junit.Assert.assertNotNull(connection3);
4833  1 org.junit.Assert.assertNotNull(connection6);
4834  1 org.junit.Assert.assertNotNull(connection8);
4835  1 org.junit.Assert.assertNotNull(request9);
4836  1 org.junit.Assert.assertNotNull(request11);
4837  1 org.junit.Assert.assertNotNull(request14);
4838  1 org.junit.Assert.assertNotNull(strMap15);
4839  1 org.junit.Assert.assertNotNull(strMap16);
4840  1 org.junit.Assert.assertNotNull(connection17);
4841  1 org.junit.Assert.assertNotNull(connection18);
4842  1 org.junit.Assert.assertNotNull(connection20);
4843    }
4844   
 
4845  1 toggle @Test
4846    public void test0677() throws Throwable {
4847  1 if (debug)
4848  0 System.out.format("%n%s%n", "RegressionTest1.test0677");
4849  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
4850  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
4851  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
4852  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
4853  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
4854  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
4855  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
4856  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
4857  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
4858  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
4859  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
4860  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
4861  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
4862  1 java.util.Map<String, String> strMap16 = request14.cookies();
4863  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
4864  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
4865  1 org.jsoup.Connection connection20 = httpConnection0.referrer("#document");
4866  1 org.jsoup.helper.HttpConnection httpConnection21 = new org.jsoup.helper.HttpConnection();
4867  1 org.jsoup.Connection.Request request22 = httpConnection21.request();
4868  1 org.jsoup.Connection.Request request25 = request22.addHeader("multipart/form-data", "hi!");
4869  1 boolean boolean27 = request25.hasHeader("multipart/form-data");
4870  1 boolean boolean29 = request25.hasHeader("multipart/form-data");
4871  1 org.jsoup.Connection.Method method30 = request25.method();
4872  1 org.jsoup.Connection.Method method31 = request25.method();
4873  1 org.jsoup.Connection.Request request34 = request25.addHeader("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", ":eq(-1)");
4874  1 org.jsoup.Connection connection35 = httpConnection0.request(request25);
4875  1 org.jsoup.Connection.Method method36 = org.jsoup.Connection.Method.PATCH;
4876  1 org.jsoup.Connection.Request request37 = request25.method(method36);
4877  1 String str38 = request37.requestBody();
4878  1 org.junit.Assert.assertNotNull(request1);
4879  1 org.junit.Assert.assertNotNull(connection3);
4880  1 org.junit.Assert.assertNotNull(connection6);
4881  1 org.junit.Assert.assertNotNull(connection8);
4882  1 org.junit.Assert.assertNotNull(request9);
4883  1 org.junit.Assert.assertNotNull(request11);
4884  1 org.junit.Assert.assertNotNull(request14);
4885  1 org.junit.Assert.assertNotNull(strMap15);
4886  1 org.junit.Assert.assertNotNull(strMap16);
4887  1 org.junit.Assert.assertNotNull(connection17);
4888  1 org.junit.Assert.assertNotNull(connection18);
4889  1 org.junit.Assert.assertNotNull(connection20);
4890  1 org.junit.Assert.assertNotNull(request22);
4891  1 org.junit.Assert.assertNotNull(request25);
4892  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + true + "'", boolean27 == true);
4893  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
4894  1 org.junit.Assert.assertTrue("'" + method30 + "' != '" + org.jsoup.Connection.Method.GET + "'", method30.equals(org.jsoup.Connection.Method.GET));
4895  1 org.junit.Assert.assertTrue("'" + method31 + "' != '" + org.jsoup.Connection.Method.GET + "'", method31.equals(org.jsoup.Connection.Method.GET));
4896  1 org.junit.Assert.assertNotNull(request34);
4897  1 org.junit.Assert.assertNotNull(connection35);
4898  1 org.junit.Assert.assertTrue("'" + method36 + "' != '" + org.jsoup.Connection.Method.PATCH + "'", method36.equals(org.jsoup.Connection.Method.PATCH));
4899  1 org.junit.Assert.assertNotNull(request37);
4900  1 org.junit.Assert.assertNull(str38);
4901    }
4902   
 
4903  1 toggle @Test
4904    public void test0678() throws Throwable {
4905  1 if (debug)
4906  0 System.out.format("%n%s%n", "RegressionTest1.test0678");
4907  1 org.jsoup.nodes.Document document2 = org.jsoup.parser.Parser.parseBodyFragment("amultipart", "Content-Encoding");
4908  1 org.junit.Assert.assertNotNull(document2);
4909    }
4910   
 
4911  1 toggle @Test
4912    public void test0679() throws Throwable {
4913  1 if (debug)
4914  0 System.out.format("%n%s%n", "RegressionTest1.test0679");
4915  1 org.jsoup.select.Evaluator.ContainsOwnText containsOwnText1 = new org.jsoup.select.Evaluator.ContainsOwnText("SYSTEM");
4916  1 String str2 = containsOwnText1.toString();
4917  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":containsOwn(system)" + "'", str2, ":containsOwn(system)");
4918    }
4919   
 
4920  1 toggle @Test
4921    public void test0680() throws Throwable {
4922  1 if (debug)
4923  0 System.out.format("%n%s%n", "RegressionTest1.test0680");
4924  1 org.jsoup.select.Evaluator.ContainsOwnText containsOwnText1 = new org.jsoup.select.Evaluator.ContainsOwnText("#declaration");
4925    }
4926   
 
4927  1 toggle @Test
4928    public void test0681() throws Throwable {
4929  1 if (debug)
4930  0 System.out.format("%n%s%n", "RegressionTest1.test0681");
4931  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
4932  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
4933  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
4934  1 org.jsoup.parser.Parser parser5 = request4.parser();
4935  1 boolean boolean7 = request4.hasCookie("multipart/form-data");
4936  1 org.junit.Assert.assertNotNull(request1);
4937  1 org.junit.Assert.assertNotNull(request4);
4938  1 org.junit.Assert.assertNotNull(parser5);
4939  1 org.junit.Assert.assertTrue("'" + boolean7 + "' != '" + false + "'", boolean7 == false);
4940    }
4941   
 
4942  1 toggle @Test
4943    public void test0682() throws Throwable {
4944  1 if (debug)
4945  0 System.out.format("%n%s%n", "RegressionTest1.test0682");
4946  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
4947  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4948  1 String str5 = document4.className();
4949  1 String str6 = document4.outerHtml();
4950  1 boolean boolean8 = document4.hasSameValue((Object) 1);
4951  1 String str9 = document4.tagName();
4952  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4953  1 org.jsoup.nodes.Element element13 = document11.val("hi!");
4954  1 boolean boolean14 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, element13);
4955  1 org.jsoup.select.Elements elements15 = element13.nextElementSiblings();
4956  1 String str17 = element13.attr("[]");
4957  1 org.junit.Assert.assertNotNull(document4);
4958  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
4959  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str6, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4960  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
4961  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "#root" + "'", str9, "#root");
4962  1 org.junit.Assert.assertNotNull(document11);
4963  1 org.junit.Assert.assertNotNull(element13);
4964  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
4965  1 org.junit.Assert.assertNotNull(elements15);
4966  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
4967    }
4968   
 
4969  1 toggle @Test
4970    public void test0683() throws Throwable {
4971  1 if (debug)
4972  0 System.out.format("%n%s%n", "RegressionTest1.test0683");
4973  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4974  1 String str2 = document1.id();
4975  1 String str3 = document1.baseUri();
4976  1 org.jsoup.nodes.Element element6 = document1.attr("", true);
4977  1 org.jsoup.select.Elements elements8 = document1.getElementsContainingOwnText("[]");
4978  1 org.jsoup.nodes.Document document10 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4979  1 String str11 = document10.id();
4980  1 org.jsoup.select.Elements elements12 = document10.previousElementSiblings();
4981  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor13 = elements12.listIterator();
4982  1 boolean boolean15 = elements12.equals((Object) 1.0d);
4983  1 String str16 = elements12.text();
4984  1 org.jsoup.select.Elements elements18 = elements12.wrap("#root");
4985  1 org.jsoup.select.Elements elements20 = elements18.toggleClass("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
4986  1 org.jsoup.select.Elements elements22 = elements18.html("#text");
4987  1 org.jsoup.nodes.Document document24 = org.jsoup.Jsoup.parseBodyFragment("hi!");
4988  1 String str25 = document24.id();
4989  1 String str26 = document24.baseUri();
4990  1 org.jsoup.nodes.Element element27 = document24.clearAttributes();
4991  1 java.util.Map<String, String> strMap28 = document24.dataset();
4992  1 boolean boolean29 = elements18.add((org.jsoup.nodes.Element) document24);
4993  1 int int30 = document24.elementSiblingIndex();
4994  1 org.jsoup.nodes.Element element31 = document1.prependChild((org.jsoup.nodes.Node) document24);
4995  1 org.junit.Assert.assertNotNull(document1);
4996  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
4997  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
4998  1 org.junit.Assert.assertNotNull(element6);
4999  1 org.junit.Assert.assertNotNull(elements8);
5000  1 org.junit.Assert.assertNotNull(document10);
5001  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "" + "'", str11, "");
5002  1 org.junit.Assert.assertNotNull(elements12);
5003  1 org.junit.Assert.assertNotNull(elementItor13);
5004  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
5005  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
5006  1 org.junit.Assert.assertNotNull(elements18);
5007  1 org.junit.Assert.assertNotNull(elements20);
5008  1 org.junit.Assert.assertNotNull(elements22);
5009  1 org.junit.Assert.assertNotNull(document24);
5010  1 org.junit.Assert.assertEquals("'" + str25 + "' != '" + "" + "'", str25, "");
5011  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "" + "'", str26, "");
5012  1 org.junit.Assert.assertNotNull(element27);
5013  1 org.junit.Assert.assertNotNull(strMap28);
5014  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
5015  1 org.junit.Assert.assertTrue("'" + int30 + "' != '" + 0 + "'", int30 == 0);
5016  1 org.junit.Assert.assertNotNull(element31);
5017    }
5018   
 
5019  1 toggle @Test
5020    public void test0684() throws Throwable {
5021  1 if (debug)
5022  0 System.out.format("%n%s%n", "RegressionTest1.test0684");
5023  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
5024  1 boolean boolean3 = tokenQueue1.matchesCS("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
5025  1 boolean boolean4 = tokenQueue1.consumeWhitespace();
5026  1 String str6 = tokenQueue1.chompTo("#text");
5027  1 boolean boolean8 = tokenQueue1.matchChomp("ultipart");
5028  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
5029  1 org.junit.Assert.assertTrue("'" + boolean4 + "' != '" + false + "'", boolean4 == false);
5030  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "multipart/form-data" + "'", str6, "multipart/form-data");
5031  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
5032    }
5033   
 
5034  1 toggle @Test
5035    public void test0685() throws Throwable {
5036  1 if (debug)
5037  0 System.out.format("%n%s%n", "RegressionTest1.test0685");
5038  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5039  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
5040  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
5041  1 org.jsoup.Connection.Method method5 = request1.method();
5042  1 java.net.Proxy proxy6 = request1.proxy();
5043  1 java.util.Map<String, java.util.List<String>> strMap7 = request1.multiHeaders();
5044  1 org.junit.Assert.assertNotNull(request1);
5045  1 org.junit.Assert.assertNotNull(request4);
5046  1 org.junit.Assert.assertTrue("'" + method5 + "' != '" + org.jsoup.Connection.Method.GET + "'", method5.equals(org.jsoup.Connection.Method.GET));
5047  1 org.junit.Assert.assertNull(proxy6);
5048  1 org.junit.Assert.assertNotNull(strMap7);
5049    }
5050   
 
5051  1 toggle @Test
5052    public void test0686() throws Throwable {
5053  1 if (debug)
5054  0 System.out.format("%n%s%n", "RegressionTest1.test0686");
5055  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5056  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
5057  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory2 = null;
5058  1 org.jsoup.Connection connection3 = httpConnection0.sslSocketFactory(sSLSocketFactory2);
5059  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
5060  1 org.jsoup.Connection.Request request5 = httpConnection4.request();
5061  1 org.jsoup.Connection.Request request8 = request5.addHeader("multipart/form-data", "hi!");
5062  1 java.util.Map<String, java.util.List<String>> strMap9 = request8.multiHeaders();
5063  1 java.util.Map<String, String> strMap10 = request8.headers();
5064  1 java.util.Map<String, String> strMap11 = request8.cookies();
5065  1 org.jsoup.Connection connection12 = httpConnection0.data(strMap11);
5066  1 org.junit.Assert.assertNotNull(request1);
5067  1 org.junit.Assert.assertNotNull(connection3);
5068  1 org.junit.Assert.assertNotNull(request5);
5069  1 org.junit.Assert.assertNotNull(request8);
5070  1 org.junit.Assert.assertNotNull(strMap9);
5071  1 org.junit.Assert.assertNotNull(strMap10);
5072  1 org.junit.Assert.assertNotNull(strMap11);
5073  1 org.junit.Assert.assertNotNull(connection12);
5074    }
5075   
 
5076  1 toggle @Test
5077    public void test0687() throws Throwable {
5078  1 if (debug)
5079  0 System.out.format("%n%s%n", "RegressionTest1.test0687");
5080  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5081  1 String str2 = document1.id();
5082  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
5083  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
5084  1 Object[] objArray6 = elements5.toArray();
5085  1 org.jsoup.select.Elements elements7 = elements5.nextAll();
5086  1 org.junit.Assert.assertNotNull(document1);
5087  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
5088  1 org.junit.Assert.assertNotNull(elements3);
5089  1 org.junit.Assert.assertNotNull(elements5);
5090  1 org.junit.Assert.assertNotNull(objArray6);
5091  1 org.junit.Assert.assertEquals(java.util.Arrays.deepToString(objArray6), "[]");
5092  1 org.junit.Assert.assertEquals(java.util.Arrays.toString(objArray6), "[]");
5093  1 org.junit.Assert.assertNotNull(elements7);
5094    }
5095   
 
5096  1 toggle @Test
5097    public void test0688() throws Throwable {
5098  1 if (debug)
5099  0 System.out.format("%n%s%n", "RegressionTest1.test0688");
5100  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
5101  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5102  1 String str5 = document4.wholeText();
5103  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5104  1 String str8 = document7.className();
5105  1 boolean boolean9 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document7);
5106  1 String str10 = document4.className();
5107  1 org.junit.Assert.assertNotNull(document4);
5108  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "hi!" + "'", str5, "hi!");
5109  1 org.junit.Assert.assertNotNull(document7);
5110  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
5111  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
5112  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "" + "'", str10, "");
5113    }
5114   
 
5115  1 toggle @Test
5116    public void test0689() throws Throwable {
5117  1 if (debug)
5118  0 System.out.format("%n%s%n", "RegressionTest1.test0689");
5119  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5120  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
5121  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
5122  1 org.jsoup.Connection connection4 = httpConnection0.ignoreContentType(true);
5123  1 java.io.InputStream inputStream7 = null;
5124  1 org.jsoup.Connection connection9 = httpConnection0.data("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "Content-Encoding", inputStream7, "Content-Encoding");
5125  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
5126  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
5127  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory12 = null;
5128  1 org.jsoup.Connection connection13 = httpConnection10.sslSocketFactory(sSLSocketFactory12);
5129  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5130  1 String str16 = document15.id();
5131  1 String str17 = document15.baseUri();
5132  1 org.jsoup.nodes.Element element18 = document15.clearAttributes();
5133  1 java.util.Map<String, String> strMap19 = document15.dataset();
5134  1 org.jsoup.Connection connection20 = httpConnection10.cookies(strMap19);
5135  1 org.jsoup.Connection connection22 = httpConnection10.ignoreContentType(false);
5136  1 org.jsoup.Connection connection25 = connection22.proxy("Content-Encoding=\"#root\"", (int) 'u');
5137  1 org.jsoup.helper.HttpConnection httpConnection26 = new org.jsoup.helper.HttpConnection();
5138  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory27 = null;
5139  1 org.jsoup.Connection connection28 = httpConnection26.sslSocketFactory(sSLSocketFactory27);
5140  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory29 = null;
5141  1 org.jsoup.Connection connection30 = httpConnection26.sslSocketFactory(sSLSocketFactory29);
5142  1 org.jsoup.Connection.Request request31 = httpConnection26.request();
5143  1 org.jsoup.helper.HttpConnection httpConnection32 = new org.jsoup.helper.HttpConnection();
5144  1 org.jsoup.Connection.Request request33 = httpConnection32.request();
5145  1 org.jsoup.Connection.Request request36 = request33.addHeader("multipart/form-data", "hi!");
5146  1 java.util.Map<String, java.util.List<String>> strMap37 = request36.multiHeaders();
5147  1 java.util.Map<String, String> strMap38 = request36.cookies();
5148  1 org.jsoup.Connection connection39 = httpConnection26.headers(strMap38);
5149  1 org.jsoup.helper.HttpConnection.KeyVal keyVal42 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
5150  1 org.jsoup.Connection.KeyVal[] keyValArray43 = new org.jsoup.Connection.KeyVal[] { keyVal42 };
5151  1 java.util.ArrayList<org.jsoup.Connection.KeyVal> keyValList44 = new java.util.ArrayList<org.jsoup.Connection.KeyVal>();
5152  1 boolean boolean45 = java.util.Collections.addAll((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList44, keyValArray43);
5153  1 org.jsoup.Connection connection46 = connection39.data((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList44);
5154  1 org.jsoup.Connection connection47 = connection25.data((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList44);
5155  1 org.jsoup.Connection connection48 = httpConnection0.data((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList44);
5156  1 org.junit.Assert.assertNotNull(connection2);
5157  1 org.junit.Assert.assertNotNull(connection4);
5158  1 org.junit.Assert.assertNotNull(connection9);
5159  1 org.junit.Assert.assertNotNull(request11);
5160  1 org.junit.Assert.assertNotNull(connection13);
5161  1 org.junit.Assert.assertNotNull(document15);
5162  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
5163  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
5164  1 org.junit.Assert.assertNotNull(element18);
5165  1 org.junit.Assert.assertNotNull(strMap19);
5166  1 org.junit.Assert.assertNotNull(connection20);
5167  1 org.junit.Assert.assertNotNull(connection22);
5168  1 org.junit.Assert.assertNotNull(connection25);
5169  1 org.junit.Assert.assertNotNull(connection28);
5170  1 org.junit.Assert.assertNotNull(connection30);
5171  1 org.junit.Assert.assertNotNull(request31);
5172  1 org.junit.Assert.assertNotNull(request33);
5173  1 org.junit.Assert.assertNotNull(request36);
5174  1 org.junit.Assert.assertNotNull(strMap37);
5175  1 org.junit.Assert.assertNotNull(strMap38);
5176  1 org.junit.Assert.assertNotNull(connection39);
5177  1 org.junit.Assert.assertNotNull(keyVal42);
5178  1 org.junit.Assert.assertNotNull(keyValArray43);
5179  1 org.junit.Assert.assertTrue("'" + boolean45 + "' != '" + true + "'", boolean45 == true);
5180  1 org.junit.Assert.assertNotNull(connection46);
5181  1 org.junit.Assert.assertNotNull(connection47);
5182  1 org.junit.Assert.assertNotNull(connection48);
5183    }
5184   
 
5185  1 toggle @Test
5186    public void test0690() throws Throwable {
5187  1 if (debug)
5188  0 System.out.format("%n%s%n", "RegressionTest1.test0690");
5189  1 org.jsoup.parser.ParseErrorList parseErrorList0 = org.jsoup.parser.ParseErrorList.noTracking();
5190  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor1 = parseErrorList0.listIterator();
5191  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor2 = parseErrorList0.iterator();
5192  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream3 = parseErrorList0.stream();
5193  1 org.jsoup.parser.ParseErrorList parseErrorList5 = org.jsoup.parser.ParseErrorList.noTracking();
5194  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream6 = parseErrorList5.stream();
5195  1 boolean boolean7 = parseErrorList0.addAll((int) (short) 0, (java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList5);
5196  1 int int8 = parseErrorList0.size();
5197  1 org.junit.Assert.assertNotNull(parseErrorList0);
5198  1 org.junit.Assert.assertNotNull(parseErrorItor1);
5199  1 org.junit.Assert.assertNotNull(parseErrorItor2);
5200  1 org.junit.Assert.assertNotNull(parseErrorStream3);
5201  1 org.junit.Assert.assertNotNull(parseErrorList5);
5202  1 org.junit.Assert.assertNotNull(parseErrorStream6);
5203  1 org.junit.Assert.assertTrue("'" + boolean7 + "' != '" + false + "'", boolean7 == false);
5204  1 org.junit.Assert.assertTrue("'" + int8 + "' != '" + 0 + "'", int8 == 0);
5205    }
5206   
 
5207  1 toggle @Test
5208    public void test0691() throws Throwable {
5209  1 if (debug)
5210  0 System.out.format("%n%s%n", "RegressionTest1.test0691");
5211  1 org.jsoup.examples.Wikipedia wikipedia0 = new org.jsoup.examples.Wikipedia();
5212    }
5213   
 
5214  1 toggle @Test
5215    public void test0692() throws Throwable {
5216  1 if (debug)
5217  0 System.out.format("%n%s%n", "RegressionTest1.test0692");
5218  1 org.jsoup.Connection.Method method0 = org.jsoup.Connection.Method.POST;
5219  1 org.junit.Assert.assertTrue("'" + method0 + "' != '" + org.jsoup.Connection.Method.POST + "'", method0.equals(org.jsoup.Connection.Method.POST));
5220    }
5221   
 
5222  1 toggle @Test
5223    public void test0693() throws Throwable {
5224  1 if (debug)
5225  0 System.out.format("%n%s%n", "RegressionTest1.test0693");
5226  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5227  1 String str2 = document1.id();
5228  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
5229  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
5230  1 String str6 = elements3.text();
5231  1 java.util.List<org.jsoup.nodes.FormElement> formElementList7 = elements3.forms();
5232  1 org.junit.Assert.assertNotNull(document1);
5233  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
5234  1 org.junit.Assert.assertNotNull(elements3);
5235  1 org.junit.Assert.assertNotNull(elements5);
5236  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
5237  1 org.junit.Assert.assertNotNull(formElementList7);
5238    }
5239   
 
5240  1 toggle @Test
5241    public void test0694() throws Throwable {
5242  1 if (debug)
5243  0 System.out.format("%n%s%n", "RegressionTest1.test0694");
5244  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5245  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
5246  1 java.io.InputStream inputStream4 = null;
5247  1 org.jsoup.Connection connection6 = httpConnection0.data("#root", "Content-Encoding", inputStream4, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
5248  1 org.jsoup.Connection connection8 = httpConnection0.timeout(10);
5249  1 org.junit.Assert.assertNotNull(request1);
5250  1 org.junit.Assert.assertNotNull(connection6);
5251  1 org.junit.Assert.assertNotNull(connection8);
5252    }
5253   
 
5254  1 toggle @Test
5255    public void test0695() throws Throwable {
5256  1 if (debug)
5257  0 System.out.format("%n%s%n", "RegressionTest1.test0695");
5258  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
5259  1 String[] strArray6 = new String[] { "multipart/form-data", "Content-Encoding", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36" };
5260  1 String str7 = tokenQueue1.consumeToAny(strArray6);
5261  1 tokenQueue1.addFirst(":containsOwn(system)");
5262  1 org.junit.Assert.assertNotNull(strArray6);
5263  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
5264    }
5265   
 
5266  1 toggle @Test
5267    public void test0696() throws Throwable {
5268  1 if (debug)
5269  0 System.out.format("%n%s%n", "RegressionTest1.test0696");
5270  1 org.jsoup.nodes.DocumentType documentType5 = new org.jsoup.nodes.DocumentType("Content-Type", ":eq(-1)", " ", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", ":nth-last-of-type(100n-1)");
5271  1 documentType5.setPubSysKey("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]");
5272    }
5273   
 
5274  1 toggle @Test
5275    public void test0697() throws Throwable {
5276  1 if (debug)
5277  0 System.out.format("%n%s%n", "RegressionTest1.test0697");
5278  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5279  1 String str2 = document1.wholeText();
5280  1 org.jsoup.select.Elements elements3 = document1.parents();
5281  1 org.jsoup.nodes.Element element4 = document1.shallowClone();
5282  1 Object obj5 = null;
5283  1 boolean boolean6 = document1.hasSameValue(obj5);
5284  1 org.jsoup.nodes.Element element8 = document1.appendText("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
5285  1 org.jsoup.nodes.Node node10 = element8.removeAttr("ultipart");
5286  1 org.junit.Assert.assertNotNull(document1);
5287  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "hi!" + "'", str2, "hi!");
5288  1 org.junit.Assert.assertNotNull(elements3);
5289  1 org.junit.Assert.assertNotNull(element4);
5290  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
5291  1 org.junit.Assert.assertNotNull(element8);
5292  1 org.junit.Assert.assertNotNull(node10);
5293    }
5294   
 
5295  1 toggle @Test
5296    public void test0698() throws Throwable {
5297  1 if (debug)
5298  0 System.out.format("%n%s%n", "RegressionTest1.test0698");
5299  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5300  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
5301  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
5302  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
5303  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
5304  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
5305  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
5306  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
5307  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
5308  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
5309  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
5310  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
5311  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
5312  1 java.util.Map<String, String> strMap16 = request14.cookies();
5313  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
5314  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
5315    // The following exception was thrown during execution in test generation
5316  1 try {
5317  1 org.jsoup.Connection connection20 = httpConnection0.postDataCharset("");
5318  0 org.junit.Assert.fail("Expected exception of type java.nio.charset.IllegalCharsetNameException; message: ");
5319    } catch (java.nio.charset.IllegalCharsetNameException e) {
5320    // Expected exception.
5321    }
5322  1 org.junit.Assert.assertNotNull(request1);
5323  1 org.junit.Assert.assertNotNull(connection3);
5324  1 org.junit.Assert.assertNotNull(connection6);
5325  1 org.junit.Assert.assertNotNull(connection8);
5326  1 org.junit.Assert.assertNotNull(request9);
5327  1 org.junit.Assert.assertNotNull(request11);
5328  1 org.junit.Assert.assertNotNull(request14);
5329  1 org.junit.Assert.assertNotNull(strMap15);
5330  1 org.junit.Assert.assertNotNull(strMap16);
5331  1 org.junit.Assert.assertNotNull(connection17);
5332  1 org.junit.Assert.assertNotNull(connection18);
5333    }
5334   
 
5335  1 toggle @Test
5336    public void test0699() throws Throwable {
5337  1 if (debug)
5338  0 System.out.format("%n%s%n", "RegressionTest1.test0699");
5339  1 String str1 = org.jsoup.nodes.Entities.getByName("Content-Encoding=#declaration");
5340  1 org.junit.Assert.assertEquals("'" + str1 + "' != '" + "" + "'", str1, "");
5341    }
5342   
 
5343  1 toggle @Test
5344    public void test0700() throws Throwable {
5345  1 if (debug)
5346  0 System.out.format("%n%s%n", "RegressionTest1.test0700");
5347  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
5348  1 org.jsoup.nodes.Attributes attributes3 = attributes0.put("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", false);
5349  1 org.jsoup.nodes.Attributes attributes6 = attributes0.add("hi!", "multipart/form-data");
5350  1 boolean boolean8 = attributes0.hasKeyIgnoreCase(":lt(52)");
5351  1 org.junit.Assert.assertNotNull(attributes3);
5352  1 org.junit.Assert.assertNotNull(attributes6);
5353  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
5354    }
5355   
 
5356  1 toggle @Test
5357    public void test0701() throws Throwable {
5358  1 if (debug)
5359  0 System.out.format("%n%s%n", "RegressionTest1.test0701");
5360  1 org.jsoup.select.Evaluator.AttributeWithValueNot attributeWithValueNot2 = new org.jsoup.select.Evaluator.AttributeWithValueNot(":eq(-1)", "#doctype");
5361  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5362  1 String str5 = document4.id();
5363  1 org.jsoup.select.Elements elements6 = document4.previousElementSiblings();
5364  1 org.jsoup.nodes.Document.QuirksMode quirksMode7 = document4.quirksMode();
5365  1 boolean boolean9 = document4.hasClass("multipart/form-data");
5366  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType12 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
5367  1 org.jsoup.nodes.Document document14 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5368  1 String str15 = document14.wholeText();
5369  1 org.jsoup.nodes.Document document17 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5370  1 String str18 = document17.className();
5371  1 boolean boolean19 = isNthLastOfType12.matches((org.jsoup.nodes.Element) document14, (org.jsoup.nodes.Element) document17);
5372  1 boolean boolean20 = attributeWithValueNot2.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document14);
5373  1 org.jsoup.nodes.Document document22 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5374  1 String str23 = document22.className();
5375  1 String str24 = document22.outerHtml();
5376  1 boolean boolean26 = document22.hasSameValue((Object) 1);
5377  1 String str27 = document22.tagName();
5378  1 org.jsoup.nodes.Element element28 = document22.head();
5379  1 org.jsoup.nodes.Element element29 = document22.previousElementSibling();
5380    // The following exception was thrown during execution in test generation
5381  1 try {
5382  1 org.jsoup.nodes.Element element30 = document14.appendTo(element29);
5383  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
5384    } catch (IllegalArgumentException e) {
5385    // Expected exception.
5386    }
5387  1 org.junit.Assert.assertNotNull(document4);
5388  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
5389  1 org.junit.Assert.assertNotNull(elements6);
5390  1 org.junit.Assert.assertTrue("'" + quirksMode7 + "' != '" + org.jsoup.nodes.Document.QuirksMode.noQuirks + "'", quirksMode7.equals(org.jsoup.nodes.Document.QuirksMode.noQuirks));
5391  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
5392  1 org.junit.Assert.assertNotNull(document14);
5393  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "hi!" + "'", str15, "hi!");
5394  1 org.junit.Assert.assertNotNull(document17);
5395  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "" + "'", str18, "");
5396  1 org.junit.Assert.assertTrue("'" + boolean19 + "' != '" + false + "'", boolean19 == false);
5397  1 org.junit.Assert.assertTrue("'" + boolean20 + "' != '" + true + "'", boolean20 == true);
5398  1 org.junit.Assert.assertNotNull(document22);
5399  1 org.junit.Assert.assertEquals("'" + str23 + "' != '" + "" + "'", str23, "");
5400  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str24, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
5401  1 org.junit.Assert.assertTrue("'" + boolean26 + "' != '" + false + "'", boolean26 == false);
5402  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "#root" + "'", str27, "#root");
5403  1 org.junit.Assert.assertNotNull(element28);
5404  1 org.junit.Assert.assertNull(element29);
5405    }
5406   
 
5407  1 toggle @Test
5408    public void test0702() throws Throwable {
5409  1 if (debug)
5410  0 System.out.format("%n%s%n", "RegressionTest1.test0702");
5411  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("");
5412  1 String str2 = document1.tagName();
5413  1 org.junit.Assert.assertNotNull(document1);
5414  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "#root" + "'", str2, "#root");
5415    }
5416   
 
5417  1 toggle @Test
5418    public void test0703() throws Throwable {
5419  1 if (debug)
5420  0 System.out.format("%n%s%n", "RegressionTest1.test0703");
5421  1 StringBuilder stringBuilder0 = null;
5422    // The following exception was thrown during execution in test generation
5423  1 try {
5424  1 String str1 = org.jsoup.internal.StringUtil.releaseBuilder(stringBuilder0);
5425  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
5426    } catch (IllegalArgumentException e) {
5427    // Expected exception.
5428    }
5429    }
5430   
 
5431  1 toggle @Test
5432    public void test0704() throws Throwable {
5433  1 if (debug)
5434  0 System.out.format("%n%s%n", "RegressionTest1.test0704");
5435  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5436  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
5437  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
5438  1 org.jsoup.Connection connection4 = httpConnection0.ignoreContentType(true);
5439  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
5440  1 org.jsoup.Connection.Request request6 = httpConnection5.request();
5441  1 org.jsoup.Connection.Request request9 = request6.addHeader("multipart/form-data", "hi!");
5442  1 java.util.Map<String, java.util.List<String>> strMap10 = request9.multiHeaders();
5443  1 java.util.Map<String, String> strMap11 = request9.headers();
5444  1 java.net.Proxy proxy12 = request9.proxy();
5445  1 org.jsoup.Connection connection13 = httpConnection0.request(request9);
5446  1 org.jsoup.Connection connection16 = connection13.data(":only-child", "[:eq(-1)!=#doctype]");
5447  1 org.junit.Assert.assertNotNull(connection2);
5448  1 org.junit.Assert.assertNotNull(connection4);
5449  1 org.junit.Assert.assertNotNull(request6);
5450  1 org.junit.Assert.assertNotNull(request9);
5451  1 org.junit.Assert.assertNotNull(strMap10);
5452  1 org.junit.Assert.assertNotNull(strMap11);
5453  1 org.junit.Assert.assertNull(proxy12);
5454  1 org.junit.Assert.assertNotNull(connection13);
5455  1 org.junit.Assert.assertNotNull(connection16);
5456    }
5457   
 
5458  1 toggle @Test
5459    public void test0705() throws Throwable {
5460  1 if (debug)
5461  0 System.out.format("%n%s%n", "RegressionTest1.test0705");
5462  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
5463  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5464  1 String str5 = document4.wholeText();
5465  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5466  1 String str8 = document7.className();
5467  1 boolean boolean9 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document7);
5468  1 org.jsoup.nodes.Document document10 = document4.clone();
5469  1 org.jsoup.select.Elements elements12 = document4.getElementsByIndexEquals((int) (short) 10);
5470  1 String str14 = document4.absUrl(" ");
5471  1 org.jsoup.nodes.Element element16 = document4.appendText("#root=\"\"");
5472  1 org.jsoup.nodes.Document document17 = document4.normalise();
5473  1 org.junit.Assert.assertNotNull(document4);
5474  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "hi!" + "'", str5, "hi!");
5475  1 org.junit.Assert.assertNotNull(document7);
5476  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
5477  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
5478  1 org.junit.Assert.assertNotNull(document10);
5479  1 org.junit.Assert.assertNotNull(elements12);
5480  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
5481  1 org.junit.Assert.assertNotNull(element16);
5482  1 org.junit.Assert.assertNotNull(document17);
5483    }
5484   
 
5485  1 toggle @Test
5486    public void test0706() throws Throwable {
5487  1 if (debug)
5488  0 System.out.format("%n%s%n", "RegressionTest1.test0706");
5489  1 java.io.InputStream inputStream0 = null;
5490  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream3 = new org.jsoup.internal.ConstrainableInputStream(inputStream0, 1, (int) (byte) 0);
5491  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream6 = constrainableInputStream3.timeout((long) ' ', (long) (short) 1);
5492  1 constrainableInputStream3.close();
5493  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream10 = org.jsoup.internal.ConstrainableInputStream.wrap((java.io.InputStream) constrainableInputStream3, (int) '4', (int) (short) 0);
5494    // The following exception was thrown during execution in test generation
5495  1 try {
5496  1 constrainableInputStream3.reset();
5497  0 org.junit.Assert.fail("Expected exception of type java.io.IOException; message: Stream closed");
5498    } catch (java.io.IOException e) {
5499    // Expected exception.
5500    }
5501  1 org.junit.Assert.assertNotNull(constrainableInputStream6);
5502  1 org.junit.Assert.assertNotNull(constrainableInputStream10);
5503    }
5504   
 
5505  1 toggle @Test
5506    public void test0707() throws Throwable {
5507  1 if (debug)
5508  0 System.out.format("%n%s%n", "RegressionTest1.test0707");
5509  1 String[] strArray8 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
5510  1 boolean boolean9 = org.jsoup.internal.StringUtil.in("", strArray8);
5511  1 boolean boolean10 = org.jsoup.internal.StringUtil.in("", strArray8);
5512  1 org.jsoup.helper.Validate.noNullElements((Object[]) strArray8);
5513  1 org.jsoup.select.Selector.SelectorParseException selectorParseException12 = new org.jsoup.select.Selector.SelectorParseException("#doctype", (Object[]) strArray8);
5514  1 org.junit.Assert.assertNotNull(strArray8);
5515  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + true + "'", boolean9 == true);
5516  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + true + "'", boolean10 == true);
5517    }
5518   
 
5519  1 toggle @Test
5520    public void test0708() throws Throwable {
5521  1 if (debug)
5522  0 System.out.format("%n%s%n", "RegressionTest1.test0708");
5523  1 java.io.InputStream inputStream2 = null;
5524  1 org.jsoup.helper.HttpConnection.KeyVal keyVal3 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream2);
5525  1 java.io.InputStream inputStream4 = keyVal3.inputStream();
5526  1 java.io.InputStream inputStream7 = null;
5527  1 org.jsoup.helper.HttpConnection.KeyVal keyVal8 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream7);
5528  1 java.io.InputStream inputStream9 = keyVal8.inputStream();
5529  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
5530  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory11 = null;
5531  1 org.jsoup.Connection connection12 = httpConnection10.sslSocketFactory(sSLSocketFactory11);
5532  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory13 = null;
5533  1 org.jsoup.Connection connection14 = httpConnection10.sslSocketFactory(sSLSocketFactory13);
5534  1 org.jsoup.Connection.Request request15 = httpConnection10.request();
5535  1 org.jsoup.helper.HttpConnection httpConnection16 = new org.jsoup.helper.HttpConnection();
5536  1 org.jsoup.Connection.Request request17 = httpConnection16.request();
5537  1 org.jsoup.Connection.Request request20 = request17.addHeader("multipart/form-data", "hi!");
5538  1 java.util.Map<String, java.util.List<String>> strMap21 = request20.multiHeaders();
5539  1 java.util.Map<String, String> strMap22 = request20.cookies();
5540  1 org.jsoup.Connection connection23 = httpConnection10.headers(strMap22);
5541  1 java.io.InputStream inputStream26 = null;
5542  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream29 = new org.jsoup.internal.ConstrainableInputStream(inputStream26, 1, (int) (byte) 0);
5543  1 org.jsoup.Connection connection30 = httpConnection10.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream29);
5544  1 org.jsoup.helper.HttpConnection.KeyVal keyVal31 = keyVal8.inputStream((java.io.InputStream) constrainableInputStream29);
5545  1 constrainableInputStream29.skipNBytes(0L);
5546  1 org.jsoup.helper.HttpConnection.KeyVal keyVal34 = keyVal3.inputStream((java.io.InputStream) constrainableInputStream29);
5547  1 String str35 = keyVal34.value();
5548  1 org.jsoup.Connection.KeyVal keyVal37 = keyVal34.contentType("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
5549  1 String str38 = keyVal37.contentType();
5550  1 org.junit.Assert.assertNotNull(keyVal3);
5551  1 org.junit.Assert.assertNull(inputStream4);
5552  1 org.junit.Assert.assertNotNull(keyVal8);
5553  1 org.junit.Assert.assertNull(inputStream9);
5554  1 org.junit.Assert.assertNotNull(connection12);
5555  1 org.junit.Assert.assertNotNull(connection14);
5556  1 org.junit.Assert.assertNotNull(request15);
5557  1 org.junit.Assert.assertNotNull(request17);
5558  1 org.junit.Assert.assertNotNull(request20);
5559  1 org.junit.Assert.assertNotNull(strMap21);
5560  1 org.junit.Assert.assertNotNull(strMap22);
5561  1 org.junit.Assert.assertNotNull(connection23);
5562  1 org.junit.Assert.assertNotNull(connection30);
5563  1 org.junit.Assert.assertNotNull(keyVal31);
5564  1 org.junit.Assert.assertNotNull(keyVal34);
5565  1 org.junit.Assert.assertEquals("'" + str35 + "' != '" + "#declaration" + "'", str35, "#declaration");
5566  1 org.junit.Assert.assertNotNull(keyVal37);
5567  1 org.junit.Assert.assertEquals("'" + str38 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str38, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
5568    }
5569   
 
5570  1 toggle @Test
5571    public void test0709() throws Throwable {
5572  1 if (debug)
5573  0 System.out.format("%n%s%n", "RegressionTest1.test0709");
5574  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5575  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
5576  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
5577  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
5578  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
5579  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
5580  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
5581  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
5582  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
5583  1 java.util.Map<String, java.util.List<String>> strMap11 = request10.multiHeaders();
5584  1 java.util.Map<String, String> strMap12 = request10.cookies();
5585  1 org.jsoup.Connection connection13 = httpConnection0.headers(strMap12);
5586  1 org.jsoup.Connection.Request request14 = httpConnection0.request();
5587  1 org.jsoup.Connection.Request request17 = request14.header("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>", ":contains(content-encoding)");
5588  1 org.junit.Assert.assertNotNull(connection2);
5589  1 org.junit.Assert.assertNotNull(connection4);
5590  1 org.junit.Assert.assertNotNull(request5);
5591  1 org.junit.Assert.assertNotNull(request7);
5592  1 org.junit.Assert.assertNotNull(request10);
5593  1 org.junit.Assert.assertNotNull(strMap11);
5594  1 org.junit.Assert.assertNotNull(strMap12);
5595  1 org.junit.Assert.assertNotNull(connection13);
5596  1 org.junit.Assert.assertNotNull(request14);
5597  1 org.junit.Assert.assertNotNull(request17);
5598    }
5599   
 
5600  1 toggle @Test
5601    public void test0710() throws Throwable {
5602  1 if (debug)
5603  0 System.out.format("%n%s%n", "RegressionTest1.test0710");
5604  1 org.jsoup.parser.ParseErrorList parseErrorList2 = new org.jsoup.parser.ParseErrorList((int) (short) 10, (int) 'm');
5605    }
5606   
 
5607  1 toggle @Test
5608    public void test0711() throws Throwable {
5609  1 if (debug)
5610  0 System.out.format("%n%s%n", "RegressionTest1.test0711");
5611  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5612  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
5613  1 java.util.List<String> strList3 = response1.headers(" hi!=\"multipart/form-data\"");
5614  1 org.jsoup.Connection.Response response6 = response1.addHeader("#root", ":gt(35)");
5615  1 org.junit.Assert.assertNotNull(response1);
5616  1 org.junit.Assert.assertNotNull(strList3);
5617  1 org.junit.Assert.assertNotNull(response6);
5618    }
5619   
 
5620  1 toggle @Test
5621    public void test0712() throws Throwable {
5622  1 if (debug)
5623  0 System.out.format("%n%s%n", "RegressionTest1.test0712");
5624  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5625  1 org.jsoup.nodes.Element element3 = document1.val("hi!");
5626  1 org.jsoup.nodes.Element element4 = document1.clone();
5627  1 java.util.List<org.jsoup.nodes.DataNode> dataNodeList5 = document1.dataNodes();
5628  1 String str6 = document1.nodeName();
5629  1 org.jsoup.nodes.TextNode textNode9 = org.jsoup.nodes.TextNode.createFromEncoded("hi!", "hi!");
5630  1 org.jsoup.nodes.Node node11 = textNode9.removeAttr("multipart/form-data");
5631  1 org.jsoup.nodes.Node node13 = textNode9.removeAttr("#document");
5632  1 org.jsoup.nodes.Element element14 = document1.prependChild(node13);
5633  1 org.jsoup.nodes.Attributes attributes15 = element14.attributes();
5634  1 String str16 = element14.wholeText();
5635  1 org.junit.Assert.assertNotNull(document1);
5636  1 org.junit.Assert.assertNotNull(element3);
5637  1 org.junit.Assert.assertNotNull(element4);
5638  1 org.junit.Assert.assertNotNull(dataNodeList5);
5639  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "#document" + "'", str6, "#document");
5640  1 org.junit.Assert.assertNotNull(textNode9);
5641  1 org.junit.Assert.assertNotNull(node11);
5642  1 org.junit.Assert.assertNotNull(node13);
5643  1 org.junit.Assert.assertNotNull(element14);
5644  1 org.junit.Assert.assertNotNull(attributes15);
5645  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "hi!hi!" + "'", str16, "hi!hi!");
5646    }
5647   
 
5648  1 toggle @Test
5649    public void test0713() throws Throwable {
5650  1 if (debug)
5651  0 System.out.format("%n%s%n", "RegressionTest1.test0713");
5652  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
5653  1 String str2 = tokenQueue1.toString();
5654  1 boolean boolean3 = tokenQueue1.consumeWhitespace();
5655  1 boolean boolean5 = tokenQueue1.matches("");
5656  1 String str6 = tokenQueue1.consumeWord();
5657  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "multipart/form-data" + "'", str2, "multipart/form-data");
5658  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
5659  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + true + "'", boolean5 == true);
5660  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "multipart" + "'", str6, "multipart");
5661    }
5662   
 
5663  1 toggle @Test
5664    public void test0714() throws Throwable {
5665  1 if (debug)
5666  0 System.out.format("%n%s%n", "RegressionTest1.test0714");
5667  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5668  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
5669  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
5670  1 java.util.Map<String, java.util.List<String>> strMap5 = request4.multiHeaders();
5671  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
5672  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
5673  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
5674  1 boolean boolean12 = request10.hasHeader("multipart/form-data");
5675  1 boolean boolean14 = request10.hasHeader("multipart/form-data");
5676  1 org.jsoup.Connection.Method method15 = request10.method();
5677  1 org.jsoup.Connection.Request request16 = request4.method(method15);
5678  1 org.junit.Assert.assertNotNull(request1);
5679  1 org.junit.Assert.assertNotNull(request4);
5680  1 org.junit.Assert.assertNotNull(strMap5);
5681  1 org.junit.Assert.assertNotNull(request7);
5682  1 org.junit.Assert.assertNotNull(request10);
5683  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + true + "'", boolean12 == true);
5684  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
5685  1 org.junit.Assert.assertTrue("'" + method15 + "' != '" + org.jsoup.Connection.Method.GET + "'", method15.equals(org.jsoup.Connection.Method.GET));
5686  1 org.junit.Assert.assertNotNull(request16);
5687    }
5688   
 
5689  1 toggle @Test
5690    public void test0715() throws Throwable {
5691  1 if (debug)
5692  0 System.out.format("%n%s%n", "RegressionTest1.test0715");
5693  1 org.jsoup.safety.Whitelist whitelist0 = org.jsoup.safety.Whitelist.simpleText();
5694  1 org.jsoup.parser.TokenQueue tokenQueue3 = new org.jsoup.parser.TokenQueue("multipart/form-data");
5695  1 String str4 = tokenQueue3.toString();
5696  1 boolean boolean5 = tokenQueue3.consumeWhitespace();
5697  1 String str7 = tokenQueue3.consumeTo("multipart");
5698  1 tokenQueue3.addFirst("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
5699  1 String[] strArray17 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
5700  1 boolean boolean18 = org.jsoup.internal.StringUtil.in("", strArray17);
5701  1 boolean boolean19 = org.jsoup.internal.StringUtil.in("", strArray17);
5702  1 String str21 = org.jsoup.internal.StringUtil.join(strArray17, " hi!=\"multipart/form-data\"");
5703  1 String str22 = tokenQueue3.consumeToAny(strArray17);
5704    // The following exception was thrown during execution in test generation
5705  1 try {
5706  1 org.jsoup.safety.Whitelist whitelist23 = whitelist0.removeAttributes("Content-Encoding", strArray17);
5707  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: String must not be empty");
5708    } catch (IllegalArgumentException e) {
5709    // Expected exception.
5710    }
5711  1 org.junit.Assert.assertNotNull(whitelist0);
5712  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "multipart/form-data" + "'", str4, "multipart/form-data");
5713  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + false + "'", boolean5 == false);
5714  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
5715  1 org.junit.Assert.assertNotNull(strArray17);
5716  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + true + "'", boolean18 == true);
5717  1 org.junit.Assert.assertTrue("'" + boolean19 + "' != '" + true + "'", boolean19 == true);
5718  1 org.junit.Assert.assertEquals("'" + str21 + "' != '" + "hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!" + "'", str21, "hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!");
5719  1 org.junit.Assert.assertEquals("'" + str22 + "' != '" + "" + "'", str22, "");
5720    }
5721   
 
5722  1 toggle @Test
5723    public void test0716() throws Throwable {
5724  1 if (debug)
5725  0 System.out.format("%n%s%n", "RegressionTest1.test0716");
5726  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5727  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
5728  1 java.net.Proxy proxy2 = request1.proxy();
5729  1 boolean boolean5 = request1.hasHeaderWithValue("Content-Encoding", "hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
5730  1 java.util.List<String> strList7 = request1.headers(":only-child");
5731  1 org.junit.Assert.assertNotNull(request1);
5732  1 org.junit.Assert.assertNull(proxy2);
5733  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + false + "'", boolean5 == false);
5734  1 org.junit.Assert.assertNotNull(strList7);
5735    }
5736   
 
5737  1 toggle @Test
5738    public void test0717() throws Throwable {
5739  1 if (debug)
5740  0 System.out.format("%n%s%n", "RegressionTest1.test0717");
5741  1 java.net.URL uRL0 = null;
5742    // The following exception was thrown during execution in test generation
5743  1 try {
5744  1 org.jsoup.nodes.Document document2 = org.jsoup.Jsoup.parse(uRL0, (int) (byte) 100);
5745  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: URL must not be null");
5746    } catch (IllegalArgumentException e) {
5747    // Expected exception.
5748    }
5749    }
5750   
 
5751  1 toggle @Test
5752    public void test0718() throws Throwable {
5753  1 if (debug)
5754  0 System.out.format("%n%s%n", "RegressionTest1.test0718");
5755  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5756  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
5757  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
5758  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
5759  1 boolean boolean8 = request4.hasHeader("multipart/form-data");
5760  1 org.jsoup.helper.HttpConnection httpConnection9 = new org.jsoup.helper.HttpConnection();
5761  1 org.jsoup.Connection.Request request10 = httpConnection9.request();
5762  1 org.jsoup.Connection.Request request13 = request10.addHeader("multipart/form-data", "hi!");
5763  1 org.jsoup.Connection.Method method14 = request10.method();
5764  1 org.jsoup.Connection.Request request15 = request4.method(method14);
5765  1 org.jsoup.Connection.Request request18 = request15.addHeader(":first-child", ":contains(content-encoding)");
5766  1 boolean boolean21 = request15.hasHeaderWithValue("application/x-www-form-urlencoded", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>");
5767  1 org.junit.Assert.assertNotNull(request1);
5768  1 org.junit.Assert.assertNotNull(request4);
5769  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
5770  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + true + "'", boolean8 == true);
5771  1 org.junit.Assert.assertNotNull(request10);
5772  1 org.junit.Assert.assertNotNull(request13);
5773  1 org.junit.Assert.assertTrue("'" + method14 + "' != '" + org.jsoup.Connection.Method.GET + "'", method14.equals(org.jsoup.Connection.Method.GET));
5774  1 org.junit.Assert.assertNotNull(request15);
5775  1 org.junit.Assert.assertNotNull(request18);
5776  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
5777    }
5778   
 
5779  1 toggle @Test
5780    public void test0719() throws Throwable {
5781  1 if (debug)
5782  0 System.out.format("%n%s%n", "RegressionTest1.test0719");
5783  1 org.jsoup.nodes.DataNode dataNode1 = new org.jsoup.nodes.DataNode("");
5784  1 String str2 = dataNode1.getWholeData();
5785  1 org.jsoup.nodes.Node node4 = dataNode1.removeAttr("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
5786  1 org.jsoup.nodes.Node node5 = dataNode1.nextSibling();
5787  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
5788  1 org.junit.Assert.assertNotNull(node4);
5789  1 org.junit.Assert.assertNull(node5);
5790    }
5791   
 
5792  1 toggle @Test
5793    public void test0720() throws Throwable {
5794  1 if (debug)
5795  0 System.out.format("%n%s%n", "RegressionTest1.test0720");
5796  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5797  1 String str2 = document1.id();
5798  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
5799  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
5800  1 boolean boolean6 = elements3.equals((Object) 1.0d);
5801  1 org.jsoup.select.Elements elements8 = elements3.removeClass("multipart");
5802  1 org.jsoup.select.Elements elements10 = elements8.nextAll("#doctype");
5803  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5804  1 String str14 = document13.id();
5805  1 String str15 = document13.baseUri();
5806  1 org.jsoup.nodes.Element element18 = document13.attr("", true);
5807  1 org.jsoup.parser.Parser parser19 = org.jsoup.parser.Parser.htmlParser();
5808  1 org.jsoup.nodes.Document document20 = document13.parser(parser19);
5809    // The following exception was thrown during execution in test generation
5810  1 try {
5811  1 elements10.add(100, (org.jsoup.nodes.Element) document20);
5812  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: Index: 100, Size: 0");
5813    } catch (IndexOutOfBoundsException e) {
5814    // Expected exception.
5815    }
5816  1 org.junit.Assert.assertNotNull(document1);
5817  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
5818  1 org.junit.Assert.assertNotNull(elements3);
5819  1 org.junit.Assert.assertNotNull(elementItor4);
5820  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
5821  1 org.junit.Assert.assertNotNull(elements8);
5822  1 org.junit.Assert.assertNotNull(elements10);
5823  1 org.junit.Assert.assertNotNull(document13);
5824  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
5825  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "" + "'", str15, "");
5826  1 org.junit.Assert.assertNotNull(element18);
5827  1 org.junit.Assert.assertNotNull(parser19);
5828  1 org.junit.Assert.assertNotNull(document20);
5829    }
5830   
 
5831  1 toggle @Test
5832    public void test0721() throws Throwable {
5833  1 if (debug)
5834  0 System.out.format("%n%s%n", "RegressionTest1.test0721");
5835  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5836  1 String str2 = document1.id();
5837  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
5838  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
5839  1 boolean boolean6 = elements3.equals((Object) 1.0d);
5840  1 String str7 = elements3.text();
5841  1 org.jsoup.nodes.Element element9 = null;
5842  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
5843  1 java.util.List<org.jsoup.nodes.Node> nodeList12 = org.jsoup.parser.Parser.parseFragment("", element9, "", parseErrorList11);
5844  1 boolean boolean13 = parseErrorList11.isEmpty();
5845  1 int int14 = parseErrorList11.size();
5846  1 org.jsoup.parser.ParseErrorList parseErrorList15 = org.jsoup.parser.ParseErrorList.noTracking();
5847  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor16 = parseErrorList15.listIterator();
5848  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream17 = parseErrorList15.parallelStream();
5849  1 org.jsoup.nodes.Document document19 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5850  1 String str20 = document19.id();
5851  1 org.jsoup.select.Elements elements21 = document19.previousElementSiblings();
5852  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor22 = elements21.listIterator();
5853  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor23 = elements21.listIterator();
5854  1 org.jsoup.select.Elements elements24 = elements21.empty();
5855  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5856  1 String str27 = document26.id();
5857  1 org.jsoup.select.Elements elements28 = document26.previousElementSiblings();
5858  1 org.jsoup.select.Elements elements30 = elements28.prev("#text");
5859  1 boolean boolean31 = elements28.hasText();
5860  1 org.jsoup.nodes.Document document33 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5861  1 String str34 = document33.id();
5862  1 org.jsoup.select.Elements elements35 = document33.previousElementSiblings();
5863  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor36 = elements35.listIterator();
5864  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor37 = elements35.listIterator();
5865  1 org.jsoup.select.Elements elements38 = elements35.empty();
5866  1 org.jsoup.nodes.Document document40 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5867  1 String str41 = document40.id();
5868  1 org.jsoup.select.Elements elements42 = document40.previousElementSiblings();
5869  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor43 = elements42.listIterator();
5870  1 boolean boolean45 = elements42.equals((Object) 1.0d);
5871  1 String str46 = elements42.text();
5872  1 org.jsoup.select.Elements elements48 = elements42.wrap("#root");
5873  1 org.jsoup.select.Elements[] elementsArray49 = new org.jsoup.select.Elements[] { elements21, elements28, elements35, elements48 };
5874  1 org.jsoup.select.Elements[] elementsArray50 = parseErrorList15.toArray(elementsArray49);
5875  1 boolean boolean51 = parseErrorList11.retainAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList15);
5876  1 boolean boolean52 = elements3.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList15);
5877  1 boolean boolean54 = elements3.hasAttr(":eq(-1)");
5878  1 org.jsoup.select.Elements elements56 = elements3.addClass("[mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/537.36 (khtml, like gecko) chrome/53.0.2785.143 safari/537.36*=#doctype]");
5879  1 org.junit.Assert.assertNotNull(document1);
5880  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
5881  1 org.junit.Assert.assertNotNull(elements3);
5882  1 org.junit.Assert.assertNotNull(elementItor4);
5883  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
5884  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
5885  1 org.junit.Assert.assertNotNull(parseErrorList11);
5886  1 org.junit.Assert.assertNotNull(nodeList12);
5887  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + true + "'", boolean13 == true);
5888  1 org.junit.Assert.assertTrue("'" + int14 + "' != '" + 0 + "'", int14 == 0);
5889  1 org.junit.Assert.assertNotNull(parseErrorList15);
5890  1 org.junit.Assert.assertNotNull(parseErrorItor16);
5891  1 org.junit.Assert.assertNotNull(parseErrorStream17);
5892  1 org.junit.Assert.assertNotNull(document19);
5893  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "" + "'", str20, "");
5894  1 org.junit.Assert.assertNotNull(elements21);
5895  1 org.junit.Assert.assertNotNull(elementItor22);
5896  1 org.junit.Assert.assertNotNull(elementItor23);
5897  1 org.junit.Assert.assertNotNull(elements24);
5898  1 org.junit.Assert.assertNotNull(document26);
5899  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
5900  1 org.junit.Assert.assertNotNull(elements28);
5901  1 org.junit.Assert.assertNotNull(elements30);
5902  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + false + "'", boolean31 == false);
5903  1 org.junit.Assert.assertNotNull(document33);
5904  1 org.junit.Assert.assertEquals("'" + str34 + "' != '" + "" + "'", str34, "");
5905  1 org.junit.Assert.assertNotNull(elements35);
5906  1 org.junit.Assert.assertNotNull(elementItor36);
5907  1 org.junit.Assert.assertNotNull(elementItor37);
5908  1 org.junit.Assert.assertNotNull(elements38);
5909  1 org.junit.Assert.assertNotNull(document40);
5910  1 org.junit.Assert.assertEquals("'" + str41 + "' != '" + "" + "'", str41, "");
5911  1 org.junit.Assert.assertNotNull(elements42);
5912  1 org.junit.Assert.assertNotNull(elementItor43);
5913  1 org.junit.Assert.assertTrue("'" + boolean45 + "' != '" + false + "'", boolean45 == false);
5914  1 org.junit.Assert.assertEquals("'" + str46 + "' != '" + "" + "'", str46, "");
5915  1 org.junit.Assert.assertNotNull(elements48);
5916  1 org.junit.Assert.assertNotNull(elementsArray49);
5917  1 org.junit.Assert.assertNotNull(elementsArray50);
5918  1 org.junit.Assert.assertTrue("'" + boolean51 + "' != '" + false + "'", boolean51 == false);
5919  1 org.junit.Assert.assertTrue("'" + boolean52 + "' != '" + true + "'", boolean52 == true);
5920  1 org.junit.Assert.assertTrue("'" + boolean54 + "' != '" + false + "'", boolean54 == false);
5921  1 org.junit.Assert.assertNotNull(elements56);
5922    }
5923   
 
5924  1 toggle @Test
5925    public void test0722() throws Throwable {
5926  1 if (debug)
5927  0 System.out.format("%n%s%n", "RegressionTest1.test0722");
5928  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
5929  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
5930  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
5931  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
5932  1 boolean boolean8 = request4.hasHeader("multipart/form-data");
5933  1 org.jsoup.helper.HttpConnection httpConnection9 = new org.jsoup.helper.HttpConnection();
5934  1 org.jsoup.Connection.Request request10 = httpConnection9.request();
5935  1 org.jsoup.Connection.Request request13 = request10.addHeader("multipart/form-data", "hi!");
5936  1 org.jsoup.Connection.Method method14 = request10.method();
5937  1 org.jsoup.Connection.Request request15 = request4.method(method14);
5938  1 org.jsoup.Connection.Request request18 = request15.addHeader(":first-child", ":contains(content-encoding)");
5939  1 java.io.InputStream inputStream19 = null;
5940  1 org.jsoup.parser.Parser parser22 = org.jsoup.parser.Parser.htmlParser();
5941  1 org.jsoup.nodes.Document document23 = org.jsoup.Jsoup.parse(inputStream19, "", "#root", parser22);
5942  1 org.jsoup.Connection.Request request24 = request18.parser(parser22);
5943  1 int int25 = request18.maxBodySize();
5944  1 org.junit.Assert.assertNotNull(request1);
5945  1 org.junit.Assert.assertNotNull(request4);
5946  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
5947  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + true + "'", boolean8 == true);
5948  1 org.junit.Assert.assertNotNull(request10);
5949  1 org.junit.Assert.assertNotNull(request13);
5950  1 org.junit.Assert.assertTrue("'" + method14 + "' != '" + org.jsoup.Connection.Method.GET + "'", method14.equals(org.jsoup.Connection.Method.GET));
5951  1 org.junit.Assert.assertNotNull(request15);
5952  1 org.junit.Assert.assertNotNull(request18);
5953  1 org.junit.Assert.assertNotNull(parser22);
5954  1 org.junit.Assert.assertNotNull(document23);
5955  1 org.junit.Assert.assertNotNull(request24);
5956  1 org.junit.Assert.assertTrue("'" + int25 + "' != '" + 1048576 + "'", int25 == 1048576);
5957    }
5958   
 
5959  1 toggle @Test
5960    public void test0723() throws Throwable {
5961  1 if (debug)
5962  0 System.out.format("%n%s%n", "RegressionTest1.test0723");
5963  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
5964  1 org.jsoup.nodes.Attributes attributes3 = attributes0.put("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", false);
5965  1 org.jsoup.nodes.Attributes attributes6 = attributes0.add("hi!", "multipart/form-data");
5966  1 org.jsoup.nodes.Attributes attributes9 = null;
5967  1 org.jsoup.nodes.Attribute attribute10 = new org.jsoup.nodes.Attribute("Content-Encoding", "#root", attributes9);
5968  1 String str11 = attribute10.getValue();
5969  1 org.jsoup.nodes.Attributes attributes12 = attributes0.put(attribute10);
5970  1 java.util.Iterator<org.jsoup.nodes.Attribute> attributeItor13 = attributes0.iterator();
5971  1 org.junit.Assert.assertNotNull(attributes3);
5972  1 org.junit.Assert.assertNotNull(attributes6);
5973  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "#root" + "'", str11, "#root");
5974  1 org.junit.Assert.assertNotNull(attributes12);
5975  1 org.junit.Assert.assertNotNull(attributeItor13);
5976    }
5977   
 
5978  1 toggle @Test
5979    public void test0724() throws Throwable {
5980  1 if (debug)
5981  0 System.out.format("%n%s%n", "RegressionTest1.test0724");
5982  1 org.jsoup.select.Evaluator.AllElements allElements0 = new org.jsoup.select.Evaluator.AllElements();
5983  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType3 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
5984  1 org.jsoup.nodes.Document document5 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5985  1 String str6 = document5.className();
5986  1 String str7 = document5.outerHtml();
5987  1 boolean boolean9 = document5.hasSameValue((Object) 1);
5988  1 String str10 = document5.tagName();
5989  1 org.jsoup.nodes.Document document12 = org.jsoup.Jsoup.parseBodyFragment("hi!");
5990  1 org.jsoup.nodes.Element element14 = document12.val("hi!");
5991  1 boolean boolean15 = isNthLastOfType3.matches((org.jsoup.nodes.Element) document5, element14);
5992  1 org.jsoup.select.Elements elements16 = element14.nextElementSiblings();
5993  1 org.jsoup.nodes.Element element17 = null;
5994  1 boolean boolean18 = allElements0.matches(element14, element17);
5995  1 String str19 = allElements0.toString();
5996  1 org.junit.Assert.assertNotNull(document5);
5997  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
5998  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str7, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
5999  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
6000  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "#root" + "'", str10, "#root");
6001  1 org.junit.Assert.assertNotNull(document12);
6002  1 org.junit.Assert.assertNotNull(element14);
6003  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
6004  1 org.junit.Assert.assertNotNull(elements16);
6005  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + true + "'", boolean18 == true);
6006  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "*" + "'", str19, "*");
6007    }
6008   
 
6009  1 toggle @Test
6010    public void test0725() throws Throwable {
6011  1 if (debug)
6012  0 System.out.format("%n%s%n", "RegressionTest1.test0725");
6013  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6014  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
6015  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
6016    // The following exception was thrown during execution in test generation
6017  1 try {
6018  1 org.jsoup.Connection connection4 = connection2.url(":last-child");
6019  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Malformed URL: :last-child");
6020    } catch (IllegalArgumentException e) {
6021    // Expected exception.
6022    }
6023  1 org.junit.Assert.assertNotNull(connection2);
6024    }
6025   
 
6026  1 toggle @Test
6027    public void test0726() throws Throwable {
6028  1 if (debug)
6029  0 System.out.format("%n%s%n", "RegressionTest1.test0726");
6030  1 org.jsoup.nodes.Document document1 = org.jsoup.nodes.Document.createShell("Content-Encoding=#declaration");
6031  1 org.junit.Assert.assertNotNull(document1);
6032    }
6033   
 
6034  1 toggle @Test
6035    public void test0727() throws Throwable {
6036  1 if (debug)
6037  0 System.out.format("%n%s%n", "RegressionTest1.test0727");
6038  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
6039  1 boolean boolean2 = tag1.formatAsBlock();
6040  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6041  1 String str5 = document4.id();
6042  1 org.jsoup.select.Elements elements6 = document4.previousElementSiblings();
6043  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor7 = elements6.listIterator();
6044  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor8 = elements6.listIterator();
6045  1 org.jsoup.select.Elements elements10 = elements6.next("#text");
6046  1 boolean boolean11 = tag1.equals((Object) "#text");
6047  1 org.jsoup.nodes.Element element13 = new org.jsoup.nodes.Element(tag1, "#data");
6048  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + true + "'", boolean2 == true);
6049  1 org.junit.Assert.assertNotNull(document4);
6050  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
6051  1 org.junit.Assert.assertNotNull(elements6);
6052  1 org.junit.Assert.assertNotNull(elementItor7);
6053  1 org.junit.Assert.assertNotNull(elementItor8);
6054  1 org.junit.Assert.assertNotNull(elements10);
6055  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + false + "'", boolean11 == false);
6056    }
6057   
 
6058  1 toggle @Test
6059    public void test0728() throws Throwable {
6060  1 if (debug)
6061  0 System.out.format("%n%s%n", "RegressionTest1.test0728");
6062  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6063  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
6064  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory2 = null;
6065  1 org.jsoup.Connection connection3 = httpConnection0.sslSocketFactory(sSLSocketFactory2);
6066  1 org.jsoup.Connection.KeyVal keyVal5 = httpConnection0.data("Content-Encoding=#declaration");
6067  1 org.junit.Assert.assertNotNull(request1);
6068  1 org.junit.Assert.assertNotNull(connection3);
6069  1 org.junit.Assert.assertNull(keyVal5);
6070    }
6071   
 
6072  1 toggle @Test
6073    public void test0729() throws Throwable {
6074  1 if (debug)
6075  0 System.out.format("%n%s%n", "RegressionTest1.test0729");
6076  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6077  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
6078  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
6079  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
6080  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
6081  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
6082  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
6083  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
6084  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
6085  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
6086  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
6087  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
6088  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
6089  1 java.util.Map<String, String> strMap16 = request14.cookies();
6090  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
6091  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
6092  1 org.jsoup.Connection connection20 = httpConnection0.referrer("#document");
6093  1 org.jsoup.Connection connection23 = httpConnection0.data("#declaration", "Content-Type");
6094  1 org.jsoup.Connection.Response response24 = httpConnection0.response();
6095  1 org.junit.Assert.assertNotNull(request1);
6096  1 org.junit.Assert.assertNotNull(connection3);
6097  1 org.junit.Assert.assertNotNull(connection6);
6098  1 org.junit.Assert.assertNotNull(connection8);
6099  1 org.junit.Assert.assertNotNull(request9);
6100  1 org.junit.Assert.assertNotNull(request11);
6101  1 org.junit.Assert.assertNotNull(request14);
6102  1 org.junit.Assert.assertNotNull(strMap15);
6103  1 org.junit.Assert.assertNotNull(strMap16);
6104  1 org.junit.Assert.assertNotNull(connection17);
6105  1 org.junit.Assert.assertNotNull(connection18);
6106  1 org.junit.Assert.assertNotNull(connection20);
6107  1 org.junit.Assert.assertNotNull(connection23);
6108  1 org.junit.Assert.assertNotNull(response24);
6109    }
6110   
 
6111  1 toggle @Test
6112    public void test0730() throws Throwable {
6113  1 if (debug)
6114  0 System.out.format("%n%s%n", "RegressionTest1.test0730");
6115  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6116  1 String str2 = document1.id();
6117  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
6118  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
6119  1 boolean boolean6 = elements3.equals((Object) 1.0d);
6120  1 String str7 = elements3.text();
6121  1 org.jsoup.select.Elements elements9 = elements3.wrap("#root");
6122  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor10 = elements3.listIterator();
6123  1 java.util.Spliterator<org.jsoup.nodes.Element> elementSpliterator11 = elements3.spliterator();
6124  1 org.jsoup.select.Elements elements13 = elements3.html("#document");
6125  1 org.jsoup.select.Elements elements15 = elements13.removeAttr("*");
6126  1 org.junit.Assert.assertNotNull(document1);
6127  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
6128  1 org.junit.Assert.assertNotNull(elements3);
6129  1 org.junit.Assert.assertNotNull(elementItor4);
6130  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
6131  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
6132  1 org.junit.Assert.assertNotNull(elements9);
6133  1 org.junit.Assert.assertNotNull(elementItor10);
6134  1 org.junit.Assert.assertNotNull(elementSpliterator11);
6135  1 org.junit.Assert.assertNotNull(elements13);
6136  1 org.junit.Assert.assertNotNull(elements15);
6137    }
6138   
 
6139  1 toggle @Test
6140    public void test0731() throws Throwable {
6141  1 if (debug)
6142  0 System.out.format("%n%s%n", "RegressionTest1.test0731");
6143  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
6144  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6145  1 String str5 = document4.className();
6146  1 String str6 = document4.outerHtml();
6147  1 boolean boolean8 = document4.hasSameValue((Object) 1);
6148  1 String str9 = document4.tagName();
6149  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6150  1 org.jsoup.nodes.Element element13 = document11.val("hi!");
6151  1 boolean boolean14 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, element13);
6152  1 String str15 = document4.wholeText();
6153  1 int int16 = document4.siblingIndex();
6154  1 String str17 = document4.title();
6155  1 org.junit.Assert.assertNotNull(document4);
6156  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
6157  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str6, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
6158  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
6159  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "#root" + "'", str9, "#root");
6160  1 org.junit.Assert.assertNotNull(document11);
6161  1 org.junit.Assert.assertNotNull(element13);
6162  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
6163  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "hi!" + "'", str15, "hi!");
6164  1 org.junit.Assert.assertTrue("'" + int16 + "' != '" + 0 + "'", int16 == 0);
6165  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
6166    }
6167   
 
6168  1 toggle @Test
6169    public void test0732() throws Throwable {
6170  1 if (debug)
6171  0 System.out.format("%n%s%n", "RegressionTest1.test0732");
6172  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
6173  1 boolean boolean2 = tag1.isFormListed();
6174  1 boolean boolean3 = tag1.isBlock();
6175  1 org.jsoup.nodes.Element element5 = new org.jsoup.nodes.Element(tag1, "ultipart");
6176  1 boolean boolean6 = tag1.isInline();
6177  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
6178  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + true + "'", boolean3 == true);
6179  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
6180    }
6181   
 
6182  1 toggle @Test
6183    public void test0733() throws Throwable {
6184  1 if (debug)
6185  0 System.out.format("%n%s%n", "RegressionTest1.test0733");
6186  1 org.jsoup.helper.HttpConnection.KeyVal keyVal2 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
6187  1 String str3 = keyVal2.contentType();
6188  1 org.junit.Assert.assertNotNull(keyVal2);
6189  1 org.junit.Assert.assertNull(str3);
6190    }
6191   
 
6192  1 toggle @Test
6193    public void test0734() throws Throwable {
6194  1 if (debug)
6195  0 System.out.format("%n%s%n", "RegressionTest1.test0734");
6196  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
6197  1 boolean boolean2 = tag1.formatAsBlock();
6198  1 org.jsoup.nodes.Attributes attributes4 = new org.jsoup.nodes.Attributes();
6199  1 org.jsoup.nodes.Attributes attributes5 = attributes4.clone();
6200  1 attributes5.remove("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
6201  1 org.jsoup.nodes.PseudoTextElement pseudoTextElement8 = new org.jsoup.nodes.PseudoTextElement(tag1, "#root", attributes5);
6202  1 org.jsoup.select.Elements elements10 = pseudoTextElement8.getElementsByIndexEquals((int) ' ');
6203  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + true + "'", boolean2 == true);
6204  1 org.junit.Assert.assertNotNull(attributes5);
6205  1 org.junit.Assert.assertNotNull(elements10);
6206    }
6207   
 
6208  1 toggle @Test
6209    public void test0735() throws Throwable {
6210  1 if (debug)
6211  0 System.out.format("%n%s%n", "RegressionTest1.test0735");
6212  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6213  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
6214  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
6215  1 org.jsoup.Connection.Request request7 = request4.cookie("#text", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
6216  1 boolean boolean10 = request4.hasHeaderWithValue("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", "#document");
6217  1 org.jsoup.Connection.Request request13 = request4.cookie("#document", "#document");
6218  1 org.jsoup.helper.HttpConnection.KeyVal keyVal16 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
6219  1 org.jsoup.Connection.Request request17 = request4.data((org.jsoup.Connection.KeyVal) keyVal16);
6220  1 String str18 = keyVal16.key();
6221  1 org.junit.Assert.assertNotNull(request1);
6222  1 org.junit.Assert.assertNotNull(request4);
6223  1 org.junit.Assert.assertNotNull(request7);
6224  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
6225  1 org.junit.Assert.assertNotNull(request13);
6226  1 org.junit.Assert.assertNotNull(keyVal16);
6227  1 org.junit.Assert.assertNotNull(request17);
6228  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "#root" + "'", str18, "#root");
6229    }
6230   
 
6231  1 toggle @Test
6232    public void test0736() throws Throwable {
6233  1 if (debug)
6234  0 System.out.format("%n%s%n", "RegressionTest1.test0736");
6235  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6236  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
6237  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
6238  1 org.jsoup.Connection connection4 = httpConnection0.ignoreHttpErrors(false);
6239  1 org.jsoup.Connection connection7 = httpConnection0.cookie("multipart", "#doctype");
6240  1 org.jsoup.Connection.Response response8 = connection7.response();
6241  1 org.jsoup.Connection connection10 = connection7.userAgent("Content-Encoding=\"#root\"");
6242  1 org.junit.Assert.assertNotNull(connection2);
6243  1 org.junit.Assert.assertNotNull(connection4);
6244  1 org.junit.Assert.assertNotNull(connection7);
6245  1 org.junit.Assert.assertNotNull(response8);
6246  1 org.junit.Assert.assertNotNull(connection10);
6247    }
6248   
 
6249  1 toggle @Test
6250    public void test0737() throws Throwable {
6251  1 if (debug)
6252  0 System.out.format("%n%s%n", "RegressionTest1.test0737");
6253  1 org.jsoup.nodes.CDataNode cDataNode1 = new org.jsoup.nodes.CDataNode("#comment");
6254    }
6255   
 
6256  1 toggle @Test
6257    public void test0738() throws Throwable {
6258  1 if (debug)
6259  0 System.out.format("%n%s%n", "RegressionTest1.test0738");
6260  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6261  1 String str2 = document1.id();
6262  1 String str3 = document1.baseUri();
6263  1 org.jsoup.nodes.Element element6 = document1.attr("", true);
6264  1 org.jsoup.select.Elements elements8 = document1.getElementsContainingOwnText("[]");
6265  1 org.jsoup.nodes.Element element10 = document1.tagName("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
6266  1 org.jsoup.select.Elements elements12 = document1.getElementsByTag("multipart");
6267  1 org.jsoup.parser.ParseError[] parseErrorArray13 = new org.jsoup.parser.ParseError[] {};
6268  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList14 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
6269  1 boolean boolean15 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList14, parseErrorArray13);
6270  1 org.jsoup.parser.ParseErrorList parseErrorList16 = org.jsoup.parser.ParseErrorList.noTracking();
6271  1 int int17 = parseErrorList14.indexOf((Object) parseErrorList16);
6272  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor18 = parseErrorList14.iterator();
6273  1 org.jsoup.parser.ParseError parseError20 = null;
6274  1 parseErrorList14.add(0, parseError20);
6275  1 int int22 = parseErrorList14.size();
6276  1 boolean boolean23 = elements12.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList14);
6277  1 java.util.function.UnaryOperator<org.jsoup.parser.ParseError> parseErrorUnaryOperator24 = null;
6278    // The following exception was thrown during execution in test generation
6279  1 try {
6280  1 parseErrorList14.replaceAll(parseErrorUnaryOperator24);
6281  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
6282    } catch (NullPointerException e) {
6283    // Expected exception.
6284    }
6285  1 org.junit.Assert.assertNotNull(document1);
6286  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
6287  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
6288  1 org.junit.Assert.assertNotNull(element6);
6289  1 org.junit.Assert.assertNotNull(elements8);
6290  1 org.junit.Assert.assertNotNull(element10);
6291  1 org.junit.Assert.assertNotNull(elements12);
6292  1 org.junit.Assert.assertNotNull(parseErrorArray13);
6293  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
6294  1 org.junit.Assert.assertNotNull(parseErrorList16);
6295  1 org.junit.Assert.assertTrue("'" + int17 + "' != '" + (-1) + "'", int17 == (-1));
6296  1 org.junit.Assert.assertNotNull(parseErrorItor18);
6297  1 org.junit.Assert.assertTrue("'" + int22 + "' != '" + 1 + "'", int22 == 1);
6298  1 org.junit.Assert.assertTrue("'" + boolean23 + "' != '" + false + "'", boolean23 == false);
6299    }
6300   
 
6301  1 toggle @Test
6302    public void test0739() throws Throwable {
6303  1 if (debug)
6304  0 System.out.format("%n%s%n", "RegressionTest1.test0739");
6305  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6306  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
6307  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
6308  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
6309  1 String str8 = request4.cookie("#root");
6310  1 org.jsoup.Connection.Request request10 = request4.timeout((int) ' ');
6311  1 org.jsoup.Connection.Request request12 = request4.removeHeader("[]");
6312  1 java.util.Map<String, java.util.List<String>> strMap13 = request12.multiHeaders();
6313  1 org.junit.Assert.assertNotNull(request1);
6314  1 org.junit.Assert.assertNotNull(request4);
6315  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
6316  1 org.junit.Assert.assertNull(str8);
6317  1 org.junit.Assert.assertNotNull(request10);
6318  1 org.junit.Assert.assertNotNull(request12);
6319  1 org.junit.Assert.assertNotNull(strMap13);
6320    }
6321   
 
6322  1 toggle @Test
6323    public void test0740() throws Throwable {
6324  1 if (debug)
6325  0 System.out.format("%n%s%n", "RegressionTest1.test0740");
6326  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6327  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
6328  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
6329  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
6330  1 java.net.URL uRL5 = response4.url();
6331    // The following exception was thrown during execution in test generation
6332  1 try {
6333  1 org.jsoup.Connection.Response response6 = response4.bufferUp();
6334  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Request must be executed (with .execute(), .get(), or .post() before getting response body");
6335    } catch (IllegalArgumentException e) {
6336    // Expected exception.
6337    }
6338  1 org.junit.Assert.assertNotNull(request1);
6339  1 org.junit.Assert.assertNotNull(connection3);
6340  1 org.junit.Assert.assertNotNull(response4);
6341  1 org.junit.Assert.assertNull(uRL5);
6342    }
6343   
 
6344  1 toggle @Test
6345    public void test0741() throws Throwable {
6346  1 if (debug)
6347  0 System.out.format("%n%s%n", "RegressionTest1.test0741");
6348  1 org.jsoup.select.Elements elements1 = new org.jsoup.select.Elements(0);
6349  1 org.jsoup.select.Elements elements4 = elements1.attr(":eq(-1)", "[]");
6350  1 org.jsoup.select.Elements elements6 = elements1.tagName("Content-Encoding=\"#root\"");
6351  1 org.jsoup.select.Elements elements8 = elements1.tagName("hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!");
6352  1 org.junit.Assert.assertNotNull(elements4);
6353  1 org.junit.Assert.assertNotNull(elements6);
6354  1 org.junit.Assert.assertNotNull(elements8);
6355    }
6356   
 
6357  1 toggle @Test
6358    public void test0742() throws Throwable {
6359  1 if (debug)
6360  0 System.out.format("%n%s%n", "RegressionTest1.test0742");
6361  1 java.io.InputStream inputStream0 = null;
6362  1 org.jsoup.parser.Parser parser3 = org.jsoup.parser.Parser.htmlParser();
6363  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parse(inputStream0, "", "#root", parser3);
6364  1 org.jsoup.parser.ParseSettings parseSettings5 = parser3.settings();
6365  1 org.junit.Assert.assertNotNull(parser3);
6366  1 org.junit.Assert.assertNotNull(document4);
6367  1 org.junit.Assert.assertNotNull(parseSettings5);
6368    }
6369   
 
6370  1 toggle @Test
6371    public void test0743() throws Throwable {
6372  1 if (debug)
6373  0 System.out.format("%n%s%n", "RegressionTest1.test0743");
6374  1 java.io.InputStream inputStream2 = null;
6375  1 org.jsoup.parser.Parser parser5 = org.jsoup.parser.Parser.htmlParser();
6376  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parse(inputStream2, "", "#root", parser5);
6377  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser5);
6378  1 org.jsoup.nodes.Document document8 = document7.normalise();
6379    // The following exception was thrown during execution in test generation
6380  1 try {
6381  1 org.jsoup.nodes.Element element10 = document8.selectFirst("[]");
6382  0 org.junit.Assert.fail("Expected exception of type org.jsoup.select.Selector.SelectorParseException; message: String must not be empty");
6383    } catch (org.jsoup.select.Selector.SelectorParseException e) {
6384    // Expected exception.
6385    }
6386  1 org.junit.Assert.assertNotNull(parser5);
6387  1 org.junit.Assert.assertNotNull(document6);
6388  1 org.junit.Assert.assertNotNull(document7);
6389  1 org.junit.Assert.assertNotNull(document8);
6390    }
6391   
 
6392  1 toggle @Test
6393    public void test0744() throws Throwable {
6394  1 if (debug)
6395  0 System.out.format("%n%s%n", "RegressionTest1.test0744");
6396  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6397  1 org.jsoup.nodes.Element element3 = document1.val("hi!");
6398  1 org.jsoup.nodes.Element element4 = document1.clone();
6399  1 org.jsoup.select.Elements elements6 = element4.getElementsMatchingText("");
6400  1 org.jsoup.select.Elements elements8 = element4.getElementsContainingText("#text");
6401  1 org.jsoup.select.Elements elements10 = elements8.addClass("Content-Encoding");
6402  1 org.jsoup.helper.HttpConnection httpConnection11 = new org.jsoup.helper.HttpConnection();
6403  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory12 = null;
6404  1 org.jsoup.Connection connection13 = httpConnection11.sslSocketFactory(sSLSocketFactory12);
6405  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory14 = null;
6406  1 org.jsoup.Connection connection15 = httpConnection11.sslSocketFactory(sSLSocketFactory14);
6407  1 org.jsoup.Connection.Request request16 = httpConnection11.request();
6408  1 org.jsoup.helper.HttpConnection httpConnection17 = new org.jsoup.helper.HttpConnection();
6409  1 org.jsoup.Connection.Request request18 = httpConnection17.request();
6410  1 org.jsoup.Connection.Request request21 = request18.addHeader("multipart/form-data", "hi!");
6411  1 java.util.Map<String, java.util.List<String>> strMap22 = request21.multiHeaders();
6412  1 java.util.Map<String, String> strMap23 = request21.cookies();
6413  1 org.jsoup.Connection connection24 = httpConnection11.headers(strMap23);
6414  1 org.jsoup.Connection connection27 = connection24.data("multipart/form-data", "");
6415  1 org.jsoup.Connection connection29 = connection24.ignoreContentType(false);
6416  1 org.jsoup.helper.HttpConnection httpConnection30 = new org.jsoup.helper.HttpConnection();
6417  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory31 = null;
6418  1 org.jsoup.Connection connection32 = httpConnection30.sslSocketFactory(sSLSocketFactory31);
6419  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory33 = null;
6420  1 org.jsoup.Connection connection34 = httpConnection30.sslSocketFactory(sSLSocketFactory33);
6421  1 org.jsoup.Connection.Request request35 = httpConnection30.request();
6422  1 org.jsoup.helper.HttpConnection httpConnection36 = new org.jsoup.helper.HttpConnection();
6423  1 org.jsoup.Connection.Request request37 = httpConnection36.request();
6424  1 org.jsoup.Connection.Request request40 = request37.addHeader("multipart/form-data", "hi!");
6425  1 java.util.Map<String, java.util.List<String>> strMap41 = request40.multiHeaders();
6426  1 java.util.Map<String, String> strMap42 = request40.cookies();
6427  1 org.jsoup.Connection connection43 = httpConnection30.headers(strMap42);
6428  1 org.jsoup.helper.HttpConnection.KeyVal keyVal46 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
6429  1 org.jsoup.Connection.KeyVal[] keyValArray47 = new org.jsoup.Connection.KeyVal[] { keyVal46 };
6430  1 java.util.ArrayList<org.jsoup.Connection.KeyVal> keyValList48 = new java.util.ArrayList<org.jsoup.Connection.KeyVal>();
6431  1 boolean boolean49 = java.util.Collections.addAll((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList48, keyValArray47);
6432  1 org.jsoup.Connection connection50 = connection43.data((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList48);
6433  1 org.jsoup.Connection connection51 = connection29.data((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList48);
6434  1 boolean boolean52 = elements10.contains((Object) keyValList48);
6435  1 org.jsoup.parser.ParseErrorList parseErrorList53 = org.jsoup.parser.ParseErrorList.noTracking();
6436  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor54 = parseErrorList53.listIterator();
6437  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream55 = parseErrorList53.parallelStream();
6438  1 org.jsoup.nodes.Document document57 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6439  1 String str58 = document57.id();
6440  1 org.jsoup.select.Elements elements59 = document57.previousElementSiblings();
6441  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor60 = elements59.listIterator();
6442  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor61 = elements59.listIterator();
6443  1 org.jsoup.select.Elements elements62 = elements59.empty();
6444  1 org.jsoup.nodes.Document document64 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6445  1 String str65 = document64.id();
6446  1 org.jsoup.select.Elements elements66 = document64.previousElementSiblings();
6447  1 org.jsoup.select.Elements elements68 = elements66.prev("#text");
6448  1 boolean boolean69 = elements66.hasText();
6449  1 org.jsoup.nodes.Document document71 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6450  1 String str72 = document71.id();
6451  1 org.jsoup.select.Elements elements73 = document71.previousElementSiblings();
6452  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor74 = elements73.listIterator();
6453  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor75 = elements73.listIterator();
6454  1 org.jsoup.select.Elements elements76 = elements73.empty();
6455  1 org.jsoup.nodes.Document document78 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6456  1 String str79 = document78.id();
6457  1 org.jsoup.select.Elements elements80 = document78.previousElementSiblings();
6458  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor81 = elements80.listIterator();
6459  1 boolean boolean83 = elements80.equals((Object) 1.0d);
6460  1 String str84 = elements80.text();
6461  1 org.jsoup.select.Elements elements86 = elements80.wrap("#root");
6462  1 org.jsoup.select.Elements[] elementsArray87 = new org.jsoup.select.Elements[] { elements59, elements66, elements73, elements86 };
6463  1 org.jsoup.select.Elements[] elementsArray88 = parseErrorList53.toArray(elementsArray87);
6464  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream89 = parseErrorList53.stream();
6465  1 boolean boolean90 = elements10.removeAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList53);
6466  1 org.jsoup.select.Elements elements91 = new org.jsoup.select.Elements((java.util.Collection<org.jsoup.nodes.Element>) elements10);
6467  1 org.junit.Assert.assertNotNull(document1);
6468  1 org.junit.Assert.assertNotNull(element3);
6469  1 org.junit.Assert.assertNotNull(element4);
6470  1 org.junit.Assert.assertNotNull(elements6);
6471  1 org.junit.Assert.assertNotNull(elements8);
6472  1 org.junit.Assert.assertNotNull(elements10);
6473  1 org.junit.Assert.assertNotNull(connection13);
6474  1 org.junit.Assert.assertNotNull(connection15);
6475  1 org.junit.Assert.assertNotNull(request16);
6476  1 org.junit.Assert.assertNotNull(request18);
6477  1 org.junit.Assert.assertNotNull(request21);
6478  1 org.junit.Assert.assertNotNull(strMap22);
6479  1 org.junit.Assert.assertNotNull(strMap23);
6480  1 org.junit.Assert.assertNotNull(connection24);
6481  1 org.junit.Assert.assertNotNull(connection27);
6482  1 org.junit.Assert.assertNotNull(connection29);
6483  1 org.junit.Assert.assertNotNull(connection32);
6484  1 org.junit.Assert.assertNotNull(connection34);
6485  1 org.junit.Assert.assertNotNull(request35);
6486  1 org.junit.Assert.assertNotNull(request37);
6487  1 org.junit.Assert.assertNotNull(request40);
6488  1 org.junit.Assert.assertNotNull(strMap41);
6489  1 org.junit.Assert.assertNotNull(strMap42);
6490  1 org.junit.Assert.assertNotNull(connection43);
6491  1 org.junit.Assert.assertNotNull(keyVal46);
6492  1 org.junit.Assert.assertNotNull(keyValArray47);
6493  1 org.junit.Assert.assertTrue("'" + boolean49 + "' != '" + true + "'", boolean49 == true);
6494  1 org.junit.Assert.assertNotNull(connection50);
6495  1 org.junit.Assert.assertNotNull(connection51);
6496  1 org.junit.Assert.assertTrue("'" + boolean52 + "' != '" + false + "'", boolean52 == false);
6497  1 org.junit.Assert.assertNotNull(parseErrorList53);
6498  1 org.junit.Assert.assertNotNull(parseErrorItor54);
6499  1 org.junit.Assert.assertNotNull(parseErrorStream55);
6500  1 org.junit.Assert.assertNotNull(document57);
6501  1 org.junit.Assert.assertEquals("'" + str58 + "' != '" + "" + "'", str58, "");
6502  1 org.junit.Assert.assertNotNull(elements59);
6503  1 org.junit.Assert.assertNotNull(elementItor60);
6504  1 org.junit.Assert.assertNotNull(elementItor61);
6505  1 org.junit.Assert.assertNotNull(elements62);
6506  1 org.junit.Assert.assertNotNull(document64);
6507  1 org.junit.Assert.assertEquals("'" + str65 + "' != '" + "" + "'", str65, "");
6508  1 org.junit.Assert.assertNotNull(elements66);
6509  1 org.junit.Assert.assertNotNull(elements68);
6510  1 org.junit.Assert.assertTrue("'" + boolean69 + "' != '" + false + "'", boolean69 == false);
6511  1 org.junit.Assert.assertNotNull(document71);
6512  1 org.junit.Assert.assertEquals("'" + str72 + "' != '" + "" + "'", str72, "");
6513  1 org.junit.Assert.assertNotNull(elements73);
6514  1 org.junit.Assert.assertNotNull(elementItor74);
6515  1 org.junit.Assert.assertNotNull(elementItor75);
6516  1 org.junit.Assert.assertNotNull(elements76);
6517  1 org.junit.Assert.assertNotNull(document78);
6518  1 org.junit.Assert.assertEquals("'" + str79 + "' != '" + "" + "'", str79, "");
6519  1 org.junit.Assert.assertNotNull(elements80);
6520  1 org.junit.Assert.assertNotNull(elementItor81);
6521  1 org.junit.Assert.assertTrue("'" + boolean83 + "' != '" + false + "'", boolean83 == false);
6522  1 org.junit.Assert.assertEquals("'" + str84 + "' != '" + "" + "'", str84, "");
6523  1 org.junit.Assert.assertNotNull(elements86);
6524  1 org.junit.Assert.assertNotNull(elementsArray87);
6525  1 org.junit.Assert.assertNotNull(elementsArray88);
6526  1 org.junit.Assert.assertNotNull(parseErrorStream89);
6527  1 org.junit.Assert.assertTrue("'" + boolean90 + "' != '" + false + "'", boolean90 == false);
6528    }
6529   
 
6530  1 toggle @Test
6531    public void test0745() throws Throwable {
6532  1 if (debug)
6533  0 System.out.format("%n%s%n", "RegressionTest1.test0745");
6534  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6535  1 String str2 = document1.id();
6536  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
6537  1 org.jsoup.select.Elements elements4 = elements3.remove();
6538  1 org.jsoup.select.Elements elements6 = elements3.val("hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!");
6539  1 org.jsoup.select.Elements elements9 = elements3.attr(":matches(null)", "[]");
6540  1 org.junit.Assert.assertNotNull(document1);
6541  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
6542  1 org.junit.Assert.assertNotNull(elements3);
6543  1 org.junit.Assert.assertNotNull(elements4);
6544  1 org.junit.Assert.assertNotNull(elements6);
6545  1 org.junit.Assert.assertNotNull(elements9);
6546    }
6547   
 
6548  1 toggle @Test
6549    public void test0746() throws Throwable {
6550  1 if (debug)
6551  0 System.out.format("%n%s%n", "RegressionTest1.test0746");
6552  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6553  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
6554  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
6555  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
6556  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(false);
6557  1 org.jsoup.Connection.Method method7 = org.jsoup.Connection.Method.OPTIONS;
6558  1 boolean boolean8 = method7.hasBody();
6559  1 org.jsoup.Connection connection9 = httpConnection0.method(method7);
6560  1 org.jsoup.parser.HtmlTreeBuilder htmlTreeBuilder10 = new org.jsoup.parser.HtmlTreeBuilder();
6561  1 org.jsoup.parser.Parser parser11 = new org.jsoup.parser.Parser((org.jsoup.parser.TreeBuilder) htmlTreeBuilder10);
6562  1 org.jsoup.Connection connection12 = httpConnection0.parser(parser11);
6563  1 org.jsoup.parser.TreeBuilder treeBuilder13 = parser11.getTreeBuilder();
6564  1 org.junit.Assert.assertNotNull(request1);
6565  1 org.junit.Assert.assertNotNull(connection3);
6566  1 org.junit.Assert.assertNotNull(response4);
6567  1 org.junit.Assert.assertNotNull(connection6);
6568  1 org.junit.Assert.assertTrue("'" + method7 + "' != '" + org.jsoup.Connection.Method.OPTIONS + "'", method7.equals(org.jsoup.Connection.Method.OPTIONS));
6569  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
6570  1 org.junit.Assert.assertNotNull(connection9);
6571  1 org.junit.Assert.assertNotNull(connection12);
6572  1 org.junit.Assert.assertNotNull(treeBuilder13);
6573    }
6574   
 
6575  1 toggle @Test
6576    public void test0747() throws Throwable {
6577  1 if (debug)
6578  0 System.out.format("%n%s%n", "RegressionTest1.test0747");
6579  1 java.io.File file0 = null;
6580    // The following exception was thrown during execution in test generation
6581  1 try {
6582  1 org.jsoup.nodes.Document document3 = org.jsoup.helper.DataUtil.load(file0, ":matchesOwn(null)", "*");
6583  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
6584    } catch (NullPointerException e) {
6585    // Expected exception.
6586    }
6587    }
6588   
 
6589  1 toggle @Test
6590    public void test0748() throws Throwable {
6591  1 if (debug)
6592  0 System.out.format("%n%s%n", "RegressionTest1.test0748");
6593  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6594  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
6595  1 java.util.List<String> strList3 = response1.headers(" hi!=\"multipart/form-data\"");
6596  1 org.jsoup.Connection.Response response5 = response1.removeHeader(":nth-last-of-type(100n-1)");
6597  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
6598  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
6599  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
6600  1 boolean boolean12 = request10.hasHeader("multipart/form-data");
6601  1 boolean boolean14 = request10.hasHeader("multipart/form-data");
6602  1 org.jsoup.helper.HttpConnection httpConnection15 = new org.jsoup.helper.HttpConnection();
6603  1 org.jsoup.Connection.Request request16 = httpConnection15.request();
6604  1 org.jsoup.Connection.Request request19 = request16.addHeader("multipart/form-data", "hi!");
6605  1 org.jsoup.Connection.Method method20 = request16.method();
6606  1 org.jsoup.Connection.Request request21 = request10.method(method20);
6607  1 org.jsoup.Connection.Response response22 = response5.method(method20);
6608  1 org.junit.Assert.assertNotNull(response1);
6609  1 org.junit.Assert.assertNotNull(strList3);
6610  1 org.junit.Assert.assertNotNull(response5);
6611  1 org.junit.Assert.assertNotNull(request7);
6612  1 org.junit.Assert.assertNotNull(request10);
6613  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + true + "'", boolean12 == true);
6614  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
6615  1 org.junit.Assert.assertNotNull(request16);
6616  1 org.junit.Assert.assertNotNull(request19);
6617  1 org.junit.Assert.assertTrue("'" + method20 + "' != '" + org.jsoup.Connection.Method.GET + "'", method20.equals(org.jsoup.Connection.Method.GET));
6618  1 org.junit.Assert.assertNotNull(request21);
6619  1 org.junit.Assert.assertNotNull(response22);
6620    }
6621   
 
6622  1 toggle @Test
6623    public void test0749() throws Throwable {
6624  1 if (debug)
6625  0 System.out.format("%n%s%n", "RegressionTest1.test0749");
6626  1 org.jsoup.select.Evaluator.AttributeWithValue attributeWithValue2 = new org.jsoup.select.Evaluator.AttributeWithValue("PUBLIC", "<!#root!>");
6627  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType5 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
6628  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6629  1 String str8 = document7.id();
6630  1 org.jsoup.select.Elements elements9 = document7.previousElementSiblings();
6631  1 org.jsoup.nodes.Element element10 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType5, (org.jsoup.nodes.Element) document7);
6632  1 org.jsoup.nodes.Document document12 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6633  1 String str13 = document12.className();
6634  1 String str14 = document12.outerHtml();
6635  1 org.jsoup.nodes.Document document16 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6636  1 String str17 = document16.id();
6637  1 String str18 = document16.baseUri();
6638  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan20 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
6639  1 boolean boolean21 = document16.is((org.jsoup.select.Evaluator) indexLessThan20);
6640  1 boolean boolean22 = isNthLastOfType5.matches((org.jsoup.nodes.Element) document12, (org.jsoup.nodes.Element) document16);
6641  1 org.jsoup.select.Elements elements24 = document16.getElementsMatchingOwnText("#document");
6642  1 org.jsoup.select.Elements elements26 = document16.select("[mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/537.36 (khtml, like gecko) chrome/53.0.2785.143 safari/537.36*=#doctype]");
6643  1 org.jsoup.select.Evaluator.IsOnlyChild isOnlyChild27 = new org.jsoup.select.Evaluator.IsOnlyChild();
6644  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType30 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
6645  1 org.jsoup.nodes.Document document32 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6646  1 String str33 = document32.wholeText();
6647  1 org.jsoup.nodes.Document document35 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6648  1 String str36 = document35.className();
6649  1 boolean boolean37 = isNthLastOfType30.matches((org.jsoup.nodes.Element) document32, (org.jsoup.nodes.Element) document35);
6650  1 org.jsoup.nodes.Document document38 = document32.clone();
6651  1 document38.setBaseUri("#root");
6652  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType43 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
6653  1 org.jsoup.nodes.Document document45 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6654  1 String str46 = document45.className();
6655  1 String str47 = document45.outerHtml();
6656  1 boolean boolean49 = document45.hasSameValue((Object) 1);
6657  1 String str50 = document45.tagName();
6658  1 org.jsoup.nodes.Document document52 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6659  1 org.jsoup.nodes.Element element54 = document52.val("hi!");
6660  1 boolean boolean55 = isNthLastOfType43.matches((org.jsoup.nodes.Element) document45, element54);
6661  1 boolean boolean56 = isOnlyChild27.matches((org.jsoup.nodes.Element) document38, (org.jsoup.nodes.Element) document45);
6662  1 boolean boolean57 = attributeWithValue2.matches((org.jsoup.nodes.Element) document16, (org.jsoup.nodes.Element) document45);
6663  1 org.jsoup.nodes.Document document60 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6664  1 String str61 = document60.id();
6665  1 String str62 = document60.baseUri();
6666  1 org.jsoup.nodes.Element element65 = document60.attr("", true);
6667  1 org.jsoup.select.Elements elements66 = org.jsoup.select.Selector.select("#document", (org.jsoup.nodes.Element) document60);
6668  1 org.jsoup.nodes.Document.QuirksMode quirksMode67 = document60.quirksMode();
6669  1 org.jsoup.nodes.Document document68 = document45.quirksMode(quirksMode67);
6670  1 org.junit.Assert.assertNotNull(document7);
6671  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
6672  1 org.junit.Assert.assertNotNull(elements9);
6673  1 org.junit.Assert.assertNull(element10);
6674  1 org.junit.Assert.assertNotNull(document12);
6675  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "" + "'", str13, "");
6676  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str14, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
6677  1 org.junit.Assert.assertNotNull(document16);
6678  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
6679  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "" + "'", str18, "");
6680  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
6681  1 org.junit.Assert.assertTrue("'" + boolean22 + "' != '" + false + "'", boolean22 == false);
6682  1 org.junit.Assert.assertNotNull(elements24);
6683  1 org.junit.Assert.assertNotNull(elements26);
6684  1 org.junit.Assert.assertNotNull(document32);
6685  1 org.junit.Assert.assertEquals("'" + str33 + "' != '" + "hi!" + "'", str33, "hi!");
6686  1 org.junit.Assert.assertNotNull(document35);
6687  1 org.junit.Assert.assertEquals("'" + str36 + "' != '" + "" + "'", str36, "");
6688  1 org.junit.Assert.assertTrue("'" + boolean37 + "' != '" + false + "'", boolean37 == false);
6689  1 org.junit.Assert.assertNotNull(document38);
6690  1 org.junit.Assert.assertNotNull(document45);
6691  1 org.junit.Assert.assertEquals("'" + str46 + "' != '" + "" + "'", str46, "");
6692  1 org.junit.Assert.assertEquals("'" + str47 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str47, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
6693  1 org.junit.Assert.assertTrue("'" + boolean49 + "' != '" + false + "'", boolean49 == false);
6694  1 org.junit.Assert.assertEquals("'" + str50 + "' != '" + "#root" + "'", str50, "#root");
6695  1 org.junit.Assert.assertNotNull(document52);
6696  1 org.junit.Assert.assertNotNull(element54);
6697  1 org.junit.Assert.assertTrue("'" + boolean55 + "' != '" + false + "'", boolean55 == false);
6698  1 org.junit.Assert.assertTrue("'" + boolean56 + "' != '" + false + "'", boolean56 == false);
6699  1 org.junit.Assert.assertTrue("'" + boolean57 + "' != '" + false + "'", boolean57 == false);
6700  1 org.junit.Assert.assertNotNull(document60);
6701  1 org.junit.Assert.assertEquals("'" + str61 + "' != '" + "" + "'", str61, "");
6702  1 org.junit.Assert.assertEquals("'" + str62 + "' != '" + "" + "'", str62, "");
6703  1 org.junit.Assert.assertNotNull(element65);
6704  1 org.junit.Assert.assertNotNull(elements66);
6705  1 org.junit.Assert.assertTrue("'" + quirksMode67 + "' != '" + org.jsoup.nodes.Document.QuirksMode.noQuirks + "'", quirksMode67.equals(org.jsoup.nodes.Document.QuirksMode.noQuirks));
6706  1 org.junit.Assert.assertNotNull(document68);
6707    }
6708   
 
6709  1 toggle @Test
6710    public void test0750() throws Throwable {
6711  1 if (debug)
6712  0 System.out.format("%n%s%n", "RegressionTest1.test0750");
6713  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6714  1 String str2 = document1.id();
6715  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
6716  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
6717  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor5 = elements3.listIterator();
6718  1 org.jsoup.select.Elements elements7 = elements3.next("#text");
6719  1 org.jsoup.parser.ParseErrorList parseErrorList8 = org.jsoup.parser.ParseErrorList.noTracking();
6720  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor9 = parseErrorList8.listIterator();
6721  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream10 = parseErrorList8.parallelStream();
6722  1 org.jsoup.nodes.Document document12 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6723  1 String str13 = document12.id();
6724  1 org.jsoup.select.Elements elements14 = document12.previousElementSiblings();
6725  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor15 = elements14.listIterator();
6726  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor16 = elements14.listIterator();
6727  1 org.jsoup.select.Elements elements17 = elements14.empty();
6728  1 org.jsoup.nodes.Document document19 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6729  1 String str20 = document19.id();
6730  1 org.jsoup.select.Elements elements21 = document19.previousElementSiblings();
6731  1 org.jsoup.select.Elements elements23 = elements21.prev("#text");
6732  1 boolean boolean24 = elements21.hasText();
6733  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6734  1 String str27 = document26.id();
6735  1 org.jsoup.select.Elements elements28 = document26.previousElementSiblings();
6736  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor29 = elements28.listIterator();
6737  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor30 = elements28.listIterator();
6738  1 org.jsoup.select.Elements elements31 = elements28.empty();
6739  1 org.jsoup.nodes.Document document33 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6740  1 String str34 = document33.id();
6741  1 org.jsoup.select.Elements elements35 = document33.previousElementSiblings();
6742  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor36 = elements35.listIterator();
6743  1 boolean boolean38 = elements35.equals((Object) 1.0d);
6744  1 String str39 = elements35.text();
6745  1 org.jsoup.select.Elements elements41 = elements35.wrap("#root");
6746  1 org.jsoup.select.Elements[] elementsArray42 = new org.jsoup.select.Elements[] { elements14, elements21, elements28, elements41 };
6747  1 org.jsoup.select.Elements[] elementsArray43 = parseErrorList8.toArray(elementsArray42);
6748  1 int int44 = elements3.indexOf((Object) parseErrorList8);
6749  1 java.util.Spliterator<org.jsoup.parser.ParseError> parseErrorSpliterator45 = parseErrorList8.spliterator();
6750    // The following exception was thrown during execution in test generation
6751  1 try {
6752  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor47 = parseErrorList8.listIterator((int) 'a');
6753  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: Index: 97, Size: 0");
6754    } catch (IndexOutOfBoundsException e) {
6755    // Expected exception.
6756    }
6757  1 org.junit.Assert.assertNotNull(document1);
6758  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
6759  1 org.junit.Assert.assertNotNull(elements3);
6760  1 org.junit.Assert.assertNotNull(elementItor4);
6761  1 org.junit.Assert.assertNotNull(elementItor5);
6762  1 org.junit.Assert.assertNotNull(elements7);
6763  1 org.junit.Assert.assertNotNull(parseErrorList8);
6764  1 org.junit.Assert.assertNotNull(parseErrorItor9);
6765  1 org.junit.Assert.assertNotNull(parseErrorStream10);
6766  1 org.junit.Assert.assertNotNull(document12);
6767  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "" + "'", str13, "");
6768  1 org.junit.Assert.assertNotNull(elements14);
6769  1 org.junit.Assert.assertNotNull(elementItor15);
6770  1 org.junit.Assert.assertNotNull(elementItor16);
6771  1 org.junit.Assert.assertNotNull(elements17);
6772  1 org.junit.Assert.assertNotNull(document19);
6773  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "" + "'", str20, "");
6774  1 org.junit.Assert.assertNotNull(elements21);
6775  1 org.junit.Assert.assertNotNull(elements23);
6776  1 org.junit.Assert.assertTrue("'" + boolean24 + "' != '" + false + "'", boolean24 == false);
6777  1 org.junit.Assert.assertNotNull(document26);
6778  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
6779  1 org.junit.Assert.assertNotNull(elements28);
6780  1 org.junit.Assert.assertNotNull(elementItor29);
6781  1 org.junit.Assert.assertNotNull(elementItor30);
6782  1 org.junit.Assert.assertNotNull(elements31);
6783  1 org.junit.Assert.assertNotNull(document33);
6784  1 org.junit.Assert.assertEquals("'" + str34 + "' != '" + "" + "'", str34, "");
6785  1 org.junit.Assert.assertNotNull(elements35);
6786  1 org.junit.Assert.assertNotNull(elementItor36);
6787  1 org.junit.Assert.assertTrue("'" + boolean38 + "' != '" + false + "'", boolean38 == false);
6788  1 org.junit.Assert.assertEquals("'" + str39 + "' != '" + "" + "'", str39, "");
6789  1 org.junit.Assert.assertNotNull(elements41);
6790  1 org.junit.Assert.assertNotNull(elementsArray42);
6791  1 org.junit.Assert.assertNotNull(elementsArray43);
6792  1 org.junit.Assert.assertTrue("'" + int44 + "' != '" + (-1) + "'", int44 == (-1));
6793  1 org.junit.Assert.assertNotNull(parseErrorSpliterator45);
6794    }
6795   
 
6796  1 toggle @Test
6797    public void test0751() throws Throwable {
6798  1 if (debug)
6799  0 System.out.format("%n%s%n", "RegressionTest1.test0751");
6800  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
6801  1 boolean boolean3 = tokenQueue1.matchesCS("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
6802  1 String str5 = tokenQueue1.chompTo("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
6803  1 String str6 = tokenQueue1.consumeTagName();
6804  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
6805  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "multipart/form-data" + "'", str5, "multipart/form-data");
6806  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
6807    }
6808   
 
6809  1 toggle @Test
6810    public void test0752() throws Throwable {
6811  1 if (debug)
6812  0 System.out.format("%n%s%n", "RegressionTest1.test0752");
6813  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6814  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
6815  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
6816  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
6817  1 org.jsoup.Connection.Response response6 = response4.removeCookie("SYSTEM");
6818    // The following exception was thrown during execution in test generation
6819  1 try {
6820  1 String str7 = response4.body();
6821  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Request must be executed (with .execute(), .get(), or .post() before getting response body");
6822    } catch (IllegalArgumentException e) {
6823    // Expected exception.
6824    }
6825  1 org.junit.Assert.assertNotNull(request1);
6826  1 org.junit.Assert.assertNotNull(connection3);
6827  1 org.junit.Assert.assertNotNull(response4);
6828  1 org.junit.Assert.assertNotNull(response6);
6829    }
6830   
 
6831  1 toggle @Test
6832    public void test0753() throws Throwable {
6833  1 if (debug)
6834  0 System.out.format("%n%s%n", "RegressionTest1.test0753");
6835  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
6836  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6837  1 String str5 = document4.wholeText();
6838  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6839  1 String str8 = document7.className();
6840  1 boolean boolean9 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document7);
6841  1 org.jsoup.nodes.Document document10 = document4.clone();
6842  1 org.jsoup.select.Elements elements12 = document4.getElementsByIndexEquals((int) (short) 10);
6843  1 org.jsoup.select.Elements elements14 = elements12.before(":containsOwn(system)");
6844  1 org.junit.Assert.assertNotNull(document4);
6845  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "hi!" + "'", str5, "hi!");
6846  1 org.junit.Assert.assertNotNull(document7);
6847  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
6848  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
6849  1 org.junit.Assert.assertNotNull(document10);
6850  1 org.junit.Assert.assertNotNull(elements12);
6851  1 org.junit.Assert.assertNotNull(elements14);
6852    }
6853   
 
6854  1 toggle @Test
6855    public void test0754() throws Throwable {
6856  1 if (debug)
6857  0 System.out.format("%n%s%n", "RegressionTest1.test0754");
6858  1 org.jsoup.nodes.Document.OutputSettings outputSettings0 = new org.jsoup.nodes.Document.OutputSettings();
6859  1 boolean boolean1 = outputSettings0.outline();
6860  1 org.jsoup.nodes.Document.OutputSettings outputSettings3 = outputSettings0.indentAmount((int) (byte) 1);
6861    // The following exception was thrown during execution in test generation
6862  1 try {
6863  1 org.jsoup.nodes.Document.OutputSettings outputSettings5 = outputSettings0.charset("#root");
6864  0 org.junit.Assert.fail("Expected exception of type java.nio.charset.IllegalCharsetNameException; message: #root");
6865    } catch (java.nio.charset.IllegalCharsetNameException e) {
6866    // Expected exception.
6867    }
6868  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
6869  1 org.junit.Assert.assertNotNull(outputSettings3);
6870    }
6871   
 
6872  1 toggle @Test
6873    public void test0755() throws Throwable {
6874  1 if (debug)
6875  0 System.out.format("%n%s%n", "RegressionTest1.test0755");
6876  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6877  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
6878  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
6879  1 java.util.Map<String, java.util.List<String>> strMap5 = request4.multiHeaders();
6880  1 java.util.Map<String, String> strMap6 = request4.headers();
6881  1 java.net.Proxy proxy7 = request4.proxy();
6882  1 org.jsoup.Connection.Request request9 = request4.removeHeader("#doctype");
6883  1 java.net.Proxy proxy10 = request9.proxy();
6884  1 org.junit.Assert.assertNotNull(request1);
6885  1 org.junit.Assert.assertNotNull(request4);
6886  1 org.junit.Assert.assertNotNull(strMap5);
6887  1 org.junit.Assert.assertNotNull(strMap6);
6888  1 org.junit.Assert.assertNull(proxy7);
6889  1 org.junit.Assert.assertNotNull(request9);
6890  1 org.junit.Assert.assertNull(proxy10);
6891    }
6892   
 
6893  1 toggle @Test
6894    public void test0756() throws Throwable {
6895  1 if (debug)
6896  0 System.out.format("%n%s%n", "RegressionTest1.test0756");
6897  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6898  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
6899  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
6900  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
6901  1 boolean boolean8 = request4.hasHeader("multipart/form-data");
6902  1 org.jsoup.Connection.Method method9 = request4.method();
6903  1 org.jsoup.Connection.Method method10 = request4.method();
6904  1 org.jsoup.Connection.Request request13 = request4.addHeader("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", ":eq(-1)");
6905  1 org.jsoup.Connection.Request request16 = request13.addHeader("<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>", " ");
6906  1 java.net.URL uRL17 = null;
6907    // The following exception was thrown during execution in test generation
6908  1 try {
6909  1 org.jsoup.Connection.Request request18 = request16.url(uRL17);
6910  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: URL must not be null");
6911    } catch (IllegalArgumentException e) {
6912    // Expected exception.
6913    }
6914  1 org.junit.Assert.assertNotNull(request1);
6915  1 org.junit.Assert.assertNotNull(request4);
6916  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
6917  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + true + "'", boolean8 == true);
6918  1 org.junit.Assert.assertTrue("'" + method9 + "' != '" + org.jsoup.Connection.Method.GET + "'", method9.equals(org.jsoup.Connection.Method.GET));
6919  1 org.junit.Assert.assertTrue("'" + method10 + "' != '" + org.jsoup.Connection.Method.GET + "'", method10.equals(org.jsoup.Connection.Method.GET));
6920  1 org.junit.Assert.assertNotNull(request13);
6921  1 org.junit.Assert.assertNotNull(request16);
6922    }
6923   
 
6924  1 toggle @Test
6925    public void test0757() throws Throwable {
6926  1 if (debug)
6927  0 System.out.format("%n%s%n", "RegressionTest1.test0757");
6928  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6929  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
6930  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
6931  1 java.util.Map<String, java.util.List<String>> strMap5 = request4.multiHeaders();
6932  1 org.jsoup.Connection.Request request7 = request4.ignoreHttpErrors(true);
6933  1 java.net.URL uRL8 = request7.url();
6934  1 int int9 = request7.maxBodySize();
6935  1 java.util.Map<String, java.util.List<String>> strMap10 = request7.multiHeaders();
6936  1 boolean boolean12 = request7.hasHeader("[public=<!#root!>]");
6937  1 org.junit.Assert.assertNotNull(request1);
6938  1 org.junit.Assert.assertNotNull(request4);
6939  1 org.junit.Assert.assertNotNull(strMap5);
6940  1 org.junit.Assert.assertNotNull(request7);
6941  1 org.junit.Assert.assertNull(uRL8);
6942  1 org.junit.Assert.assertTrue("'" + int9 + "' != '" + 1048576 + "'", int9 == 1048576);
6943  1 org.junit.Assert.assertNotNull(strMap10);
6944  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
6945    }
6946   
 
6947  1 toggle @Test
6948    public void test0758() throws Throwable {
6949  1 if (debug)
6950  0 System.out.format("%n%s%n", "RegressionTest1.test0758");
6951  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
6952  1 String str2 = document1.id();
6953  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
6954  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
6955  1 String str6 = elements5.val();
6956  1 org.jsoup.select.Elements elements7 = elements5.nextAll();
6957  1 org.jsoup.select.Elements elements9 = elements7.select("SYSTEM");
6958  1 java.io.InputStream inputStream11 = null;
6959  1 org.jsoup.nodes.Document document14 = org.jsoup.helper.DataUtil.load(inputStream11, "#root=\"\"", "#text");
6960    // The following exception was thrown during execution in test generation
6961  1 try {
6962  1 elements7.add(1, (org.jsoup.nodes.Element) document14);
6963  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: Index: 1, Size: 0");
6964    } catch (IndexOutOfBoundsException e) {
6965    // Expected exception.
6966    }
6967  1 org.junit.Assert.assertNotNull(document1);
6968  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
6969  1 org.junit.Assert.assertNotNull(elements3);
6970  1 org.junit.Assert.assertNotNull(elements5);
6971  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
6972  1 org.junit.Assert.assertNotNull(elements7);
6973  1 org.junit.Assert.assertNotNull(elements9);
6974  1 org.junit.Assert.assertNotNull(document14);
6975    }
6976   
 
6977  1 toggle @Test
6978    public void test0759() throws Throwable {
6979  1 if (debug)
6980  0 System.out.format("%n%s%n", "RegressionTest1.test0759");
6981  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
6982  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
6983  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
6984  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
6985  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
6986  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(true);
6987  1 org.jsoup.Connection connection9 = connection6.proxy("multipart", (int) (byte) 1);
6988  1 org.jsoup.Connection connection11 = connection6.requestBody("");
6989  1 org.junit.Assert.assertNotNull(connection2);
6990  1 org.junit.Assert.assertNotNull(connection4);
6991  1 org.junit.Assert.assertNotNull(connection6);
6992  1 org.junit.Assert.assertNotNull(connection9);
6993  1 org.junit.Assert.assertNotNull(connection11);
6994    }
6995   
 
6996  1 toggle @Test
6997    public void test0760() throws Throwable {
6998  1 if (debug)
6999  0 System.out.format("%n%s%n", "RegressionTest1.test0760");
7000  1 org.jsoup.nodes.Document document3 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7001  1 String str4 = document3.id();
7002  1 String str5 = document3.baseUri();
7003  1 org.jsoup.nodes.Element element8 = document3.attr("", true);
7004  1 org.jsoup.parser.Parser parser9 = org.jsoup.parser.Parser.htmlParser();
7005  1 org.jsoup.nodes.Document document10 = document3.parser(parser9);
7006  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parse(":only-child", "Content-Encoding=\"#root\"", parser9);
7007  1 org.junit.Assert.assertNotNull(document3);
7008  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
7009  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
7010  1 org.junit.Assert.assertNotNull(element8);
7011  1 org.junit.Assert.assertNotNull(parser9);
7012  1 org.junit.Assert.assertNotNull(document10);
7013  1 org.junit.Assert.assertNotNull(document11);
7014    }
7015   
 
7016  1 toggle @Test
7017    public void test0761() throws Throwable {
7018  1 if (debug)
7019  0 System.out.format("%n%s%n", "RegressionTest1.test0761");
7020  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
7021  1 boolean boolean2 = tag1.formatAsBlock();
7022  1 org.jsoup.nodes.Attributes attributes4 = new org.jsoup.nodes.Attributes();
7023  1 org.jsoup.nodes.Attributes attributes5 = attributes4.clone();
7024  1 attributes5.remove("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
7025  1 org.jsoup.nodes.PseudoTextElement pseudoTextElement8 = new org.jsoup.nodes.PseudoTextElement(tag1, "#root", attributes5);
7026  1 java.util.regex.Pattern pattern10 = null;
7027  1 org.jsoup.select.Elements elements11 = pseudoTextElement8.getElementsByAttributeValueMatching("hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!", pattern10);
7028  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + true + "'", boolean2 == true);
7029  1 org.junit.Assert.assertNotNull(attributes5);
7030  1 org.junit.Assert.assertNotNull(elements11);
7031    }
7032   
 
7033  1 toggle @Test
7034    public void test0762() throws Throwable {
7035  1 if (debug)
7036  0 System.out.format("%n%s%n", "RegressionTest1.test0762");
7037  1 org.jsoup.nodes.TextNode textNode2 = org.jsoup.nodes.TextNode.createFromEncoded("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#text");
7038  1 org.junit.Assert.assertNotNull(textNode2);
7039    }
7040   
 
7041  1 toggle @Test
7042    public void test0763() throws Throwable {
7043  1 if (debug)
7044  0 System.out.format("%n%s%n", "RegressionTest1.test0763");
7045  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parse(":matchesOwn(null)");
7046  1 org.junit.Assert.assertNotNull(document1);
7047    }
7048   
 
7049  1 toggle @Test
7050    public void test0764() throws Throwable {
7051  1 if (debug)
7052  0 System.out.format("%n%s%n", "RegressionTest1.test0764");
7053  1 org.jsoup.nodes.DataNode dataNode2 = org.jsoup.nodes.DataNode.createFromEncoded("#text", "");
7054  1 org.jsoup.nodes.DataNode dataNode4 = dataNode2.setWholeData("multipart");
7055  1 org.junit.Assert.assertNotNull(dataNode2);
7056  1 org.junit.Assert.assertNotNull(dataNode4);
7057    }
7058   
 
7059  1 toggle @Test
7060    public void test0765() throws Throwable {
7061  1 if (debug)
7062  0 System.out.format("%n%s%n", "RegressionTest1.test0765");
7063  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7064  1 String str2 = document1.id();
7065  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
7066  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
7067  1 boolean boolean6 = elements3.equals((Object) 1.0d);
7068  1 String str7 = elements3.text();
7069  1 org.jsoup.nodes.Element element9 = null;
7070  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
7071  1 java.util.List<org.jsoup.nodes.Node> nodeList12 = org.jsoup.parser.Parser.parseFragment("", element9, "", parseErrorList11);
7072  1 boolean boolean13 = parseErrorList11.isEmpty();
7073  1 int int14 = parseErrorList11.size();
7074  1 org.jsoup.parser.ParseErrorList parseErrorList15 = org.jsoup.parser.ParseErrorList.noTracking();
7075  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor16 = parseErrorList15.listIterator();
7076  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream17 = parseErrorList15.parallelStream();
7077  1 org.jsoup.nodes.Document document19 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7078  1 String str20 = document19.id();
7079  1 org.jsoup.select.Elements elements21 = document19.previousElementSiblings();
7080  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor22 = elements21.listIterator();
7081  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor23 = elements21.listIterator();
7082  1 org.jsoup.select.Elements elements24 = elements21.empty();
7083  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7084  1 String str27 = document26.id();
7085  1 org.jsoup.select.Elements elements28 = document26.previousElementSiblings();
7086  1 org.jsoup.select.Elements elements30 = elements28.prev("#text");
7087  1 boolean boolean31 = elements28.hasText();
7088  1 org.jsoup.nodes.Document document33 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7089  1 String str34 = document33.id();
7090  1 org.jsoup.select.Elements elements35 = document33.previousElementSiblings();
7091  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor36 = elements35.listIterator();
7092  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor37 = elements35.listIterator();
7093  1 org.jsoup.select.Elements elements38 = elements35.empty();
7094  1 org.jsoup.nodes.Document document40 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7095  1 String str41 = document40.id();
7096  1 org.jsoup.select.Elements elements42 = document40.previousElementSiblings();
7097  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor43 = elements42.listIterator();
7098  1 boolean boolean45 = elements42.equals((Object) 1.0d);
7099  1 String str46 = elements42.text();
7100  1 org.jsoup.select.Elements elements48 = elements42.wrap("#root");
7101  1 org.jsoup.select.Elements[] elementsArray49 = new org.jsoup.select.Elements[] { elements21, elements28, elements35, elements48 };
7102  1 org.jsoup.select.Elements[] elementsArray50 = parseErrorList15.toArray(elementsArray49);
7103  1 boolean boolean51 = parseErrorList11.retainAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList15);
7104  1 boolean boolean52 = elements3.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList15);
7105  1 boolean boolean54 = elements3.hasAttr(":eq(-1)");
7106  1 org.jsoup.select.Elements elements55 = elements3.nextAll();
7107  1 org.junit.Assert.assertNotNull(document1);
7108  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
7109  1 org.junit.Assert.assertNotNull(elements3);
7110  1 org.junit.Assert.assertNotNull(elementItor4);
7111  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
7112  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
7113  1 org.junit.Assert.assertNotNull(parseErrorList11);
7114  1 org.junit.Assert.assertNotNull(nodeList12);
7115  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + true + "'", boolean13 == true);
7116  1 org.junit.Assert.assertTrue("'" + int14 + "' != '" + 0 + "'", int14 == 0);
7117  1 org.junit.Assert.assertNotNull(parseErrorList15);
7118  1 org.junit.Assert.assertNotNull(parseErrorItor16);
7119  1 org.junit.Assert.assertNotNull(parseErrorStream17);
7120  1 org.junit.Assert.assertNotNull(document19);
7121  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "" + "'", str20, "");
7122  1 org.junit.Assert.assertNotNull(elements21);
7123  1 org.junit.Assert.assertNotNull(elementItor22);
7124  1 org.junit.Assert.assertNotNull(elementItor23);
7125  1 org.junit.Assert.assertNotNull(elements24);
7126  1 org.junit.Assert.assertNotNull(document26);
7127  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
7128  1 org.junit.Assert.assertNotNull(elements28);
7129  1 org.junit.Assert.assertNotNull(elements30);
7130  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + false + "'", boolean31 == false);
7131  1 org.junit.Assert.assertNotNull(document33);
7132  1 org.junit.Assert.assertEquals("'" + str34 + "' != '" + "" + "'", str34, "");
7133  1 org.junit.Assert.assertNotNull(elements35);
7134  1 org.junit.Assert.assertNotNull(elementItor36);
7135  1 org.junit.Assert.assertNotNull(elementItor37);
7136  1 org.junit.Assert.assertNotNull(elements38);
7137  1 org.junit.Assert.assertNotNull(document40);
7138  1 org.junit.Assert.assertEquals("'" + str41 + "' != '" + "" + "'", str41, "");
7139  1 org.junit.Assert.assertNotNull(elements42);
7140  1 org.junit.Assert.assertNotNull(elementItor43);
7141  1 org.junit.Assert.assertTrue("'" + boolean45 + "' != '" + false + "'", boolean45 == false);
7142  1 org.junit.Assert.assertEquals("'" + str46 + "' != '" + "" + "'", str46, "");
7143  1 org.junit.Assert.assertNotNull(elements48);
7144  1 org.junit.Assert.assertNotNull(elementsArray49);
7145  1 org.junit.Assert.assertNotNull(elementsArray50);
7146  1 org.junit.Assert.assertTrue("'" + boolean51 + "' != '" + false + "'", boolean51 == false);
7147  1 org.junit.Assert.assertTrue("'" + boolean52 + "' != '" + true + "'", boolean52 == true);
7148  1 org.junit.Assert.assertTrue("'" + boolean54 + "' != '" + false + "'", boolean54 == false);
7149  1 org.junit.Assert.assertNotNull(elements55);
7150    }
7151   
 
7152  1 toggle @Test
7153    public void test0766() throws Throwable {
7154  1 if (debug)
7155  0 System.out.format("%n%s%n", "RegressionTest1.test0766");
7156  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
7157  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
7158  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
7159  1 org.jsoup.parser.ParseErrorList parseErrorList3 = org.jsoup.parser.ParseErrorList.noTracking();
7160  1 int int4 = parseErrorList1.indexOf((Object) parseErrorList3);
7161  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
7162  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory6 = null;
7163  1 org.jsoup.Connection connection7 = httpConnection5.sslSocketFactory(sSLSocketFactory6);
7164  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory8 = null;
7165  1 org.jsoup.Connection connection9 = httpConnection5.sslSocketFactory(sSLSocketFactory8);
7166  1 org.jsoup.Connection connection11 = httpConnection5.ignoreContentType(true);
7167  1 boolean boolean12 = parseErrorList1.equals((Object) true);
7168  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream13 = parseErrorList1.parallelStream();
7169  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType16 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
7170  1 org.jsoup.nodes.Document document18 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7171  1 String str19 = document18.className();
7172  1 String str20 = document18.outerHtml();
7173  1 boolean boolean22 = document18.hasSameValue((Object) 1);
7174  1 String str23 = document18.tagName();
7175  1 org.jsoup.nodes.Document document25 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7176  1 org.jsoup.nodes.Element element27 = document25.val("hi!");
7177  1 boolean boolean28 = isNthLastOfType16.matches((org.jsoup.nodes.Element) document18, element27);
7178  1 String str29 = document18.wholeText();
7179  1 org.jsoup.nodes.Attributes attributes30 = document18.attributes();
7180  1 int int31 = parseErrorList1.indexOf((Object) document18);
7181  1 boolean boolean32 = parseErrorList1.isEmpty();
7182  1 org.junit.Assert.assertNotNull(parseErrorArray0);
7183  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
7184  1 org.junit.Assert.assertNotNull(parseErrorList3);
7185  1 org.junit.Assert.assertTrue("'" + int4 + "' != '" + (-1) + "'", int4 == (-1));
7186  1 org.junit.Assert.assertNotNull(connection7);
7187  1 org.junit.Assert.assertNotNull(connection9);
7188  1 org.junit.Assert.assertNotNull(connection11);
7189  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
7190  1 org.junit.Assert.assertNotNull(parseErrorStream13);
7191  1 org.junit.Assert.assertNotNull(document18);
7192  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "" + "'", str19, "");
7193  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str20, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
7194  1 org.junit.Assert.assertTrue("'" + boolean22 + "' != '" + false + "'", boolean22 == false);
7195  1 org.junit.Assert.assertEquals("'" + str23 + "' != '" + "#root" + "'", str23, "#root");
7196  1 org.junit.Assert.assertNotNull(document25);
7197  1 org.junit.Assert.assertNotNull(element27);
7198  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
7199  1 org.junit.Assert.assertEquals("'" + str29 + "' != '" + "hi!" + "'", str29, "hi!");
7200  1 org.junit.Assert.assertNotNull(attributes30);
7201  1 org.junit.Assert.assertTrue("'" + int31 + "' != '" + (-1) + "'", int31 == (-1));
7202  1 org.junit.Assert.assertTrue("'" + boolean32 + "' != '" + true + "'", boolean32 == true);
7203    }
7204   
 
7205  1 toggle @Test
7206    public void test0767() throws Throwable {
7207  1 if (debug)
7208  0 System.out.format("%n%s%n", "RegressionTest1.test0767");
7209  1 java.io.InputStream inputStream2 = null;
7210  1 org.jsoup.helper.HttpConnection.KeyVal keyVal3 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream2);
7211  1 java.io.InputStream inputStream4 = keyVal3.inputStream();
7212  1 java.io.InputStream inputStream7 = null;
7213  1 org.jsoup.helper.HttpConnection.KeyVal keyVal8 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream7);
7214  1 java.io.InputStream inputStream9 = keyVal8.inputStream();
7215  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
7216  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory11 = null;
7217  1 org.jsoup.Connection connection12 = httpConnection10.sslSocketFactory(sSLSocketFactory11);
7218  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory13 = null;
7219  1 org.jsoup.Connection connection14 = httpConnection10.sslSocketFactory(sSLSocketFactory13);
7220  1 org.jsoup.Connection.Request request15 = httpConnection10.request();
7221  1 org.jsoup.helper.HttpConnection httpConnection16 = new org.jsoup.helper.HttpConnection();
7222  1 org.jsoup.Connection.Request request17 = httpConnection16.request();
7223  1 org.jsoup.Connection.Request request20 = request17.addHeader("multipart/form-data", "hi!");
7224  1 java.util.Map<String, java.util.List<String>> strMap21 = request20.multiHeaders();
7225  1 java.util.Map<String, String> strMap22 = request20.cookies();
7226  1 org.jsoup.Connection connection23 = httpConnection10.headers(strMap22);
7227  1 java.io.InputStream inputStream26 = null;
7228  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream29 = new org.jsoup.internal.ConstrainableInputStream(inputStream26, 1, (int) (byte) 0);
7229  1 org.jsoup.Connection connection30 = httpConnection10.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream29);
7230  1 org.jsoup.helper.HttpConnection.KeyVal keyVal31 = keyVal8.inputStream((java.io.InputStream) constrainableInputStream29);
7231  1 constrainableInputStream29.skipNBytes(0L);
7232  1 org.jsoup.helper.HttpConnection.KeyVal keyVal34 = keyVal3.inputStream((java.io.InputStream) constrainableInputStream29);
7233    // The following exception was thrown during execution in test generation
7234  1 try {
7235  1 org.jsoup.nodes.Document document37 = org.jsoup.helper.DataUtil.load((java.io.InputStream) constrainableInputStream29, ":first-of-type", "#text");
7236  0 org.junit.Assert.fail("Expected exception of type java.io.IOException; message: Stream closed");
7237    } catch (java.io.IOException e) {
7238    // Expected exception.
7239    }
7240  1 org.junit.Assert.assertNotNull(keyVal3);
7241  1 org.junit.Assert.assertNull(inputStream4);
7242  1 org.junit.Assert.assertNotNull(keyVal8);
7243  1 org.junit.Assert.assertNull(inputStream9);
7244  1 org.junit.Assert.assertNotNull(connection12);
7245  1 org.junit.Assert.assertNotNull(connection14);
7246  1 org.junit.Assert.assertNotNull(request15);
7247  1 org.junit.Assert.assertNotNull(request17);
7248  1 org.junit.Assert.assertNotNull(request20);
7249  1 org.junit.Assert.assertNotNull(strMap21);
7250  1 org.junit.Assert.assertNotNull(strMap22);
7251  1 org.junit.Assert.assertNotNull(connection23);
7252  1 org.junit.Assert.assertNotNull(connection30);
7253  1 org.junit.Assert.assertNotNull(keyVal31);
7254  1 org.junit.Assert.assertNotNull(keyVal34);
7255    }
7256   
 
7257  1 toggle @Test
7258    public void test0768() throws Throwable {
7259  1 if (debug)
7260  0 System.out.format("%n%s%n", "RegressionTest1.test0768");
7261  1 String str1 = org.jsoup.nodes.Entities.unescape(" ");
7262  1 org.junit.Assert.assertEquals("'" + str1 + "' != '" + " " + "'", str1, " ");
7263    }
7264   
 
7265  1 toggle @Test
7266    public void test0769() throws Throwable {
7267  1 if (debug)
7268  0 System.out.format("%n%s%n", "RegressionTest1.test0769");
7269  1 org.jsoup.helper.HttpConnection.KeyVal keyVal2 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
7270  1 java.io.InputStream inputStream3 = null;
7271  1 org.jsoup.Connection.KeyVal keyVal4 = keyVal2.inputStream(inputStream3);
7272  1 org.jsoup.helper.HttpConnection.KeyVal keyVal6 = keyVal2.value("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
7273  1 boolean boolean7 = keyVal2.hasInputStream();
7274  1 org.junit.Assert.assertNotNull(keyVal2);
7275  1 org.junit.Assert.assertNotNull(keyVal4);
7276  1 org.junit.Assert.assertNotNull(keyVal6);
7277  1 org.junit.Assert.assertTrue("'" + boolean7 + "' != '" + false + "'", boolean7 == false);
7278    }
7279   
 
7280  1 toggle @Test
7281    public void test0770() throws Throwable {
7282  1 if (debug)
7283  0 System.out.format("%n%s%n", "RegressionTest1.test0770");
7284  1 org.jsoup.nodes.DataNode dataNode4 = org.jsoup.nodes.DataNode.createFromEncoded("", ":first-of-type");
7285  1 org.jsoup.nodes.Attributes attributes5 = dataNode4.attributes();
7286  1 org.jsoup.nodes.Attribute attribute6 = new org.jsoup.nodes.Attribute("#document", " hi!=\"multipart/form-data\"", attributes5);
7287  1 org.jsoup.nodes.Attributes attributes9 = attributes5.put("[]", true);
7288  1 attributes9.normalize();
7289  1 org.junit.Assert.assertNotNull(dataNode4);
7290  1 org.junit.Assert.assertNotNull(attributes5);
7291  1 org.junit.Assert.assertNotNull(attributes9);
7292    }
7293   
 
7294  1 toggle @Test
7295    public void test0771() throws Throwable {
7296  1 if (debug)
7297  0 System.out.format("%n%s%n", "RegressionTest1.test0771");
7298  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7299  1 org.jsoup.Connection connection2 = httpConnection0.referrer("[public=<!#root!>]");
7300  1 org.jsoup.Connection connection4 = connection2.userAgent("");
7301  1 org.junit.Assert.assertNotNull(connection2);
7302  1 org.junit.Assert.assertNotNull(connection4);
7303    }
7304   
 
7305  1 toggle @Test
7306    public void test0772() throws Throwable {
7307  1 if (debug)
7308  0 System.out.format("%n%s%n", "RegressionTest1.test0772");
7309  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7310  1 String str2 = document1.id();
7311  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
7312  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
7313  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor5 = elements3.listIterator();
7314  1 org.jsoup.select.Elements elements7 = elements3.next("#text");
7315  1 org.jsoup.nodes.Element element9 = null;
7316  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
7317  1 java.util.List<org.jsoup.nodes.Node> nodeList12 = org.jsoup.parser.Parser.parseFragment("", element9, "", parseErrorList11);
7318  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor13 = parseErrorList11.iterator();
7319  1 boolean boolean14 = elements3.removeAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList11);
7320  1 org.jsoup.select.NodeFilter nodeFilter15 = null;
7321  1 org.jsoup.nodes.Node node16 = null;
7322  1 org.jsoup.select.NodeFilter.FilterResult filterResult17 = org.jsoup.select.NodeTraversor.filter(nodeFilter15, node16);
7323  1 org.jsoup.select.NodeFilter.FilterResult filterResult18 = org.jsoup.select.NodeFilter.FilterResult.CONTINUE;
7324  1 org.jsoup.select.NodeFilter.FilterResult filterResult19 = org.jsoup.select.NodeFilter.FilterResult.SKIP_ENTIRELY;
7325  1 org.jsoup.select.NodeFilter.FilterResult filterResult20 = org.jsoup.select.NodeFilter.FilterResult.STOP;
7326  1 org.jsoup.select.NodeFilter.FilterResult[] filterResultArray21 = new org.jsoup.select.NodeFilter.FilterResult[] { filterResult17, filterResult18, filterResult19, filterResult20 };
7327  1 org.jsoup.select.NodeFilter.FilterResult[] filterResultArray22 = parseErrorList11.toArray(filterResultArray21);
7328  1 org.junit.Assert.assertNotNull(document1);
7329  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
7330  1 org.junit.Assert.assertNotNull(elements3);
7331  1 org.junit.Assert.assertNotNull(elementItor4);
7332  1 org.junit.Assert.assertNotNull(elementItor5);
7333  1 org.junit.Assert.assertNotNull(elements7);
7334  1 org.junit.Assert.assertNotNull(parseErrorList11);
7335  1 org.junit.Assert.assertNotNull(nodeList12);
7336  1 org.junit.Assert.assertNotNull(parseErrorItor13);
7337  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
7338  1 org.junit.Assert.assertTrue("'" + filterResult17 + "' != '" + org.jsoup.select.NodeFilter.FilterResult.CONTINUE + "'", filterResult17.equals(org.jsoup.select.NodeFilter.FilterResult.CONTINUE));
7339  1 org.junit.Assert.assertTrue("'" + filterResult18 + "' != '" + org.jsoup.select.NodeFilter.FilterResult.CONTINUE + "'", filterResult18.equals(org.jsoup.select.NodeFilter.FilterResult.CONTINUE));
7340  1 org.junit.Assert.assertTrue("'" + filterResult19 + "' != '" + org.jsoup.select.NodeFilter.FilterResult.SKIP_ENTIRELY + "'", filterResult19.equals(org.jsoup.select.NodeFilter.FilterResult.SKIP_ENTIRELY));
7341  1 org.junit.Assert.assertTrue("'" + filterResult20 + "' != '" + org.jsoup.select.NodeFilter.FilterResult.STOP + "'", filterResult20.equals(org.jsoup.select.NodeFilter.FilterResult.STOP));
7342  1 org.junit.Assert.assertNotNull(filterResultArray21);
7343  1 org.junit.Assert.assertNotNull(filterResultArray22);
7344    }
7345   
 
7346  1 toggle @Test
7347    public void test0773() throws Throwable {
7348  1 if (debug)
7349  0 System.out.format("%n%s%n", "RegressionTest1.test0773");
7350  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7351  1 String str2 = document1.id();
7352  1 String str3 = document1.baseUri();
7353  1 org.jsoup.nodes.Element element4 = document1.body();
7354  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
7355  1 org.jsoup.Connection.Request request6 = httpConnection5.request();
7356  1 org.jsoup.Connection.Request request9 = request6.addHeader("multipart/form-data", "hi!");
7357  1 boolean boolean11 = request9.hasHeader("multipart/form-data");
7358  1 boolean boolean13 = request9.hasCookie("#text");
7359  1 org.jsoup.parser.Parser parser14 = request9.parser();
7360  1 org.jsoup.nodes.Document document15 = document1.parser(parser14);
7361  1 String str16 = document15.cssSelector();
7362  1 org.jsoup.nodes.Element element19 = document15.attr("multipart", "application/x-www-form-urlencoded");
7363  1 String str20 = document15.text();
7364  1 org.junit.Assert.assertNotNull(document1);
7365  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
7366  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
7367  1 org.junit.Assert.assertNotNull(element4);
7368  1 org.junit.Assert.assertNotNull(request6);
7369  1 org.junit.Assert.assertNotNull(request9);
7370  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + true + "'", boolean11 == true);
7371  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + false + "'", boolean13 == false);
7372  1 org.junit.Assert.assertNotNull(parser14);
7373  1 org.junit.Assert.assertNotNull(document15);
7374  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "#root" + "'", str16, "#root");
7375  1 org.junit.Assert.assertNotNull(element19);
7376  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "hi!" + "'", str20, "hi!");
7377    }
7378   
 
7379  1 toggle @Test
7380    public void test0774() throws Throwable {
7381  1 if (debug)
7382  0 System.out.format("%n%s%n", "RegressionTest1.test0774");
7383  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7384  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
7385    // The following exception was thrown during execution in test generation
7386  1 try {
7387  1 org.jsoup.nodes.Document document2 = httpConnection0.post();
7388  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: URL must be specified to connect");
7389    } catch (IllegalArgumentException e) {
7390    // Expected exception.
7391    }
7392  1 org.junit.Assert.assertNotNull(request1);
7393    }
7394   
 
7395  1 toggle @Test
7396    public void test0775() throws Throwable {
7397  1 if (debug)
7398  0 System.out.format("%n%s%n", "RegressionTest1.test0775");
7399  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
7400  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7401  1 String str5 = document4.className();
7402  1 String str6 = document4.outerHtml();
7403  1 boolean boolean8 = document4.hasSameValue((Object) 1);
7404  1 String str9 = document4.tagName();
7405  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7406  1 org.jsoup.nodes.Element element13 = document11.val("hi!");
7407  1 boolean boolean14 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, element13);
7408  1 org.jsoup.select.Elements elements15 = element13.nextElementSiblings();
7409  1 java.util.List<org.jsoup.nodes.FormElement> formElementList16 = elements15.forms();
7410  1 org.junit.Assert.assertNotNull(document4);
7411  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
7412  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str6, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
7413  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
7414  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "#root" + "'", str9, "#root");
7415  1 org.junit.Assert.assertNotNull(document11);
7416  1 org.junit.Assert.assertNotNull(element13);
7417  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
7418  1 org.junit.Assert.assertNotNull(elements15);
7419  1 org.junit.Assert.assertNotNull(formElementList16);
7420    }
7421   
 
7422  1 toggle @Test
7423    public void test0776() throws Throwable {
7424  1 if (debug)
7425  0 System.out.format("%n%s%n", "RegressionTest1.test0776");
7426  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
7427  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
7428  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
7429  1 org.jsoup.parser.ParseErrorList parseErrorList3 = org.jsoup.parser.ParseErrorList.noTracking();
7430  1 int int4 = parseErrorList1.indexOf((Object) parseErrorList3);
7431  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
7432  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory6 = null;
7433  1 org.jsoup.Connection connection7 = httpConnection5.sslSocketFactory(sSLSocketFactory6);
7434  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory8 = null;
7435  1 org.jsoup.Connection connection9 = httpConnection5.sslSocketFactory(sSLSocketFactory8);
7436  1 org.jsoup.Connection connection11 = httpConnection5.ignoreContentType(true);
7437  1 boolean boolean12 = parseErrorList1.equals((Object) true);
7438  1 boolean boolean13 = parseErrorList1.isEmpty();
7439  1 org.junit.Assert.assertNotNull(parseErrorArray0);
7440  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
7441  1 org.junit.Assert.assertNotNull(parseErrorList3);
7442  1 org.junit.Assert.assertTrue("'" + int4 + "' != '" + (-1) + "'", int4 == (-1));
7443  1 org.junit.Assert.assertNotNull(connection7);
7444  1 org.junit.Assert.assertNotNull(connection9);
7445  1 org.junit.Assert.assertNotNull(connection11);
7446  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
7447  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + true + "'", boolean13 == true);
7448    }
7449   
 
7450  1 toggle @Test
7451    public void test0777() throws Throwable {
7452  1 if (debug)
7453  0 System.out.format("%n%s%n", "RegressionTest1.test0777");
7454  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7455  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
7456  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
7457  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
7458  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
7459  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
7460  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
7461  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
7462  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
7463  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
7464  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
7465  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
7466  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
7467  1 java.util.Map<String, String> strMap16 = request14.cookies();
7468  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
7469  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
7470  1 org.jsoup.Connection connection20 = httpConnection0.referrer("#document");
7471  1 org.jsoup.Connection connection23 = httpConnection0.data("#declaration", "Content-Type");
7472  1 org.jsoup.helper.HttpConnection httpConnection24 = new org.jsoup.helper.HttpConnection();
7473  1 org.jsoup.Connection.Request request25 = httpConnection24.request();
7474  1 org.jsoup.Connection connection27 = httpConnection24.referrer("multipart/form-data");
7475  1 org.jsoup.helper.HttpConnection httpConnection28 = new org.jsoup.helper.HttpConnection();
7476  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory29 = null;
7477  1 org.jsoup.Connection connection30 = httpConnection28.sslSocketFactory(sSLSocketFactory29);
7478  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory31 = null;
7479  1 org.jsoup.Connection connection32 = httpConnection28.sslSocketFactory(sSLSocketFactory31);
7480  1 org.jsoup.Connection.Request request33 = httpConnection28.request();
7481  1 org.jsoup.helper.HttpConnection httpConnection34 = new org.jsoup.helper.HttpConnection();
7482  1 org.jsoup.Connection.Request request35 = httpConnection34.request();
7483  1 org.jsoup.Connection.Request request38 = request35.addHeader("multipart/form-data", "hi!");
7484  1 java.util.Map<String, java.util.List<String>> strMap39 = request38.multiHeaders();
7485  1 java.util.Map<String, String> strMap40 = request38.cookies();
7486  1 org.jsoup.Connection connection41 = httpConnection28.headers(strMap40);
7487  1 org.jsoup.Connection connection42 = httpConnection24.data(strMap40);
7488  1 org.jsoup.Connection.Request request43 = httpConnection24.request();
7489  1 org.jsoup.Connection.Request request46 = request43.addHeader("#document", " hi!=\"multipart/form-data\"");
7490  1 org.jsoup.Connection.Request request49 = request46.proxy("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", (int) (byte) 100);
7491  1 org.jsoup.Connection connection50 = httpConnection0.request(request46);
7492  1 org.junit.Assert.assertNotNull(request1);
7493  1 org.junit.Assert.assertNotNull(connection3);
7494  1 org.junit.Assert.assertNotNull(connection6);
7495  1 org.junit.Assert.assertNotNull(connection8);
7496  1 org.junit.Assert.assertNotNull(request9);
7497  1 org.junit.Assert.assertNotNull(request11);
7498  1 org.junit.Assert.assertNotNull(request14);
7499  1 org.junit.Assert.assertNotNull(strMap15);
7500  1 org.junit.Assert.assertNotNull(strMap16);
7501  1 org.junit.Assert.assertNotNull(connection17);
7502  1 org.junit.Assert.assertNotNull(connection18);
7503  1 org.junit.Assert.assertNotNull(connection20);
7504  1 org.junit.Assert.assertNotNull(connection23);
7505  1 org.junit.Assert.assertNotNull(request25);
7506  1 org.junit.Assert.assertNotNull(connection27);
7507  1 org.junit.Assert.assertNotNull(connection30);
7508  1 org.junit.Assert.assertNotNull(connection32);
7509  1 org.junit.Assert.assertNotNull(request33);
7510  1 org.junit.Assert.assertNotNull(request35);
7511  1 org.junit.Assert.assertNotNull(request38);
7512  1 org.junit.Assert.assertNotNull(strMap39);
7513  1 org.junit.Assert.assertNotNull(strMap40);
7514  1 org.junit.Assert.assertNotNull(connection41);
7515  1 org.junit.Assert.assertNotNull(connection42);
7516  1 org.junit.Assert.assertNotNull(request43);
7517  1 org.junit.Assert.assertNotNull(request46);
7518  1 org.junit.Assert.assertNotNull(request49);
7519  1 org.junit.Assert.assertNotNull(connection50);
7520    }
7521   
 
7522  1 toggle @Test
7523    public void test0778() throws Throwable {
7524  1 if (debug)
7525  0 System.out.format("%n%s%n", "RegressionTest1.test0778");
7526  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7527  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
7528  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
7529  1 org.jsoup.Connection connection6 = httpConnection0.header("#data", ":only-child");
7530  1 org.jsoup.Connection connection8 = httpConnection0.userAgent("multipart/form-data");
7531  1 org.junit.Assert.assertNotNull(request1);
7532  1 org.junit.Assert.assertNotNull(connection3);
7533  1 org.junit.Assert.assertNotNull(connection6);
7534  1 org.junit.Assert.assertNotNull(connection8);
7535    }
7536   
 
7537  1 toggle @Test
7538    public void test0779() throws Throwable {
7539  1 if (debug)
7540  0 System.out.format("%n%s%n", "RegressionTest1.test0779");
7541  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7542  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
7543  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
7544  1 java.util.Map<String, java.util.List<String>> strMap5 = request4.multiHeaders();
7545  1 java.util.Map<String, String> strMap6 = request4.cookies();
7546  1 org.jsoup.Connection.Request request9 = request4.header("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", "#root");
7547  1 java.net.Proxy proxy10 = request4.proxy();
7548  1 org.junit.Assert.assertNotNull(request1);
7549  1 org.junit.Assert.assertNotNull(request4);
7550  1 org.junit.Assert.assertNotNull(strMap5);
7551  1 org.junit.Assert.assertNotNull(strMap6);
7552  1 org.junit.Assert.assertNotNull(request9);
7553  1 org.junit.Assert.assertNull(proxy10);
7554    }
7555   
 
7556  1 toggle @Test
7557    public void test0780() throws Throwable {
7558  1 if (debug)
7559  0 System.out.format("%n%s%n", "RegressionTest1.test0780");
7560  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
7561  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
7562  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
7563  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor3 = parseErrorList1.listIterator();
7564  1 String str4 = parseErrorList1.toString();
7565  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7566  1 String str7 = document6.id();
7567  1 org.jsoup.select.Elements elements8 = document6.previousElementSiblings();
7568  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor9 = elements8.listIterator();
7569  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor10 = elements8.listIterator();
7570  1 org.jsoup.select.Elements elements12 = elements8.next("#text");
7571  1 org.jsoup.nodes.Element element14 = null;
7572  1 org.jsoup.parser.ParseErrorList parseErrorList16 = org.jsoup.parser.ParseErrorList.noTracking();
7573  1 java.util.List<org.jsoup.nodes.Node> nodeList17 = org.jsoup.parser.Parser.parseFragment("", element14, "", parseErrorList16);
7574  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor18 = parseErrorList16.iterator();
7575  1 boolean boolean19 = elements8.removeAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList16);
7576  1 int int20 = parseErrorList1.lastIndexOf((Object) elements8);
7577  1 org.jsoup.select.Elements elements22 = elements8.tagName("#document");
7578  1 org.junit.Assert.assertNotNull(parseErrorArray0);
7579  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
7580  1 org.junit.Assert.assertNotNull(parseErrorItor3);
7581  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "[]" + "'", str4, "[]");
7582  1 org.junit.Assert.assertNotNull(document6);
7583  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
7584  1 org.junit.Assert.assertNotNull(elements8);
7585  1 org.junit.Assert.assertNotNull(elementItor9);
7586  1 org.junit.Assert.assertNotNull(elementItor10);
7587  1 org.junit.Assert.assertNotNull(elements12);
7588  1 org.junit.Assert.assertNotNull(parseErrorList16);
7589  1 org.junit.Assert.assertNotNull(nodeList17);
7590  1 org.junit.Assert.assertNotNull(parseErrorItor18);
7591  1 org.junit.Assert.assertTrue("'" + boolean19 + "' != '" + false + "'", boolean19 == false);
7592  1 org.junit.Assert.assertTrue("'" + int20 + "' != '" + (-1) + "'", int20 == (-1));
7593  1 org.junit.Assert.assertNotNull(elements22);
7594    }
7595   
 
7596  1 toggle @Test
7597    public void test0781() throws Throwable {
7598  1 if (debug)
7599  0 System.out.format("%n%s%n", "RegressionTest1.test0781");
7600  1 org.jsoup.parser.TokenQueue tokenQueue2 = new org.jsoup.parser.TokenQueue("multipart/form-data");
7601  1 String[] strArray7 = new String[] { "multipart/form-data", "Content-Encoding", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36" };
7602  1 String str8 = tokenQueue2.consumeToAny(strArray7);
7603  1 boolean boolean9 = org.jsoup.internal.StringUtil.inSorted("[]", strArray7);
7604  1 org.junit.Assert.assertNotNull(strArray7);
7605  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
7606  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
7607    }
7608   
 
7609  1 toggle @Test
7610    public void test0782() throws Throwable {
7611  1 if (debug)
7612  0 System.out.format("%n%s%n", "RegressionTest1.test0782");
7613  1 java.io.InputStream inputStream2 = null;
7614  1 org.jsoup.parser.Parser parser5 = org.jsoup.parser.Parser.htmlParser();
7615  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parse(inputStream2, "", "#root", parser5);
7616  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser5);
7617  1 org.jsoup.parser.ParseSettings parseSettings8 = parser5.settings();
7618  1 org.jsoup.parser.ParseSettings parseSettings9 = org.jsoup.parser.ParseSettings.preserveCase;
7619  1 org.jsoup.parser.Parser parser10 = parser5.settings(parseSettings9);
7620  1 boolean boolean11 = parser5.isTrackErrors();
7621  1 org.junit.Assert.assertNotNull(parser5);
7622  1 org.junit.Assert.assertNotNull(document6);
7623  1 org.junit.Assert.assertNotNull(document7);
7624  1 org.junit.Assert.assertNotNull(parseSettings8);
7625  1 org.junit.Assert.assertNotNull(parseSettings9);
7626  1 org.junit.Assert.assertNotNull(parser10);
7627  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + false + "'", boolean11 == false);
7628    }
7629   
 
7630  1 toggle @Test
7631    public void test0783() throws Throwable {
7632  1 if (debug)
7633  0 System.out.format("%n%s%n", "RegressionTest1.test0783");
7634  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7635  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
7636  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
7637  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
7638  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
7639  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
7640    // The following exception was thrown during execution in test generation
7641  1 try {
7642  1 org.jsoup.nodes.Document document6 = httpConnection0.post();
7643  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: URL must be specified to connect");
7644    } catch (IllegalArgumentException e) {
7645    // Expected exception.
7646    }
7647  1 org.junit.Assert.assertNotNull(connection2);
7648  1 org.junit.Assert.assertNotNull(connection4);
7649  1 org.junit.Assert.assertNotNull(request5);
7650    }
7651   
 
7652  1 toggle @Test
7653    public void test0784() throws Throwable {
7654  1 if (debug)
7655  0 System.out.format("%n%s%n", "RegressionTest1.test0784");
7656  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7657  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
7658  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
7659  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
7660  1 java.net.URL uRL5 = response4.url();
7661  1 String str6 = response4.statusMessage();
7662  1 org.junit.Assert.assertNotNull(request1);
7663  1 org.junit.Assert.assertNotNull(connection3);
7664  1 org.junit.Assert.assertNotNull(response4);
7665  1 org.junit.Assert.assertNull(uRL5);
7666  1 org.junit.Assert.assertNull(str6);
7667    }
7668   
 
7669  1 toggle @Test
7670    public void test0785() throws Throwable {
7671  1 if (debug)
7672  0 System.out.format("%n%s%n", "RegressionTest1.test0785");
7673  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7674  1 String str2 = document1.id();
7675  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
7676  1 org.jsoup.nodes.Document.QuirksMode quirksMode4 = document1.quirksMode();
7677  1 boolean boolean6 = document1.hasClass("multipart/form-data");
7678  1 org.jsoup.parser.Tag tag7 = document1.tag();
7679  1 boolean boolean8 = tag7.isEmpty();
7680  1 String str9 = tag7.getName();
7681  1 boolean boolean10 = tag7.isBlock();
7682  1 org.junit.Assert.assertNotNull(document1);
7683  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
7684  1 org.junit.Assert.assertNotNull(elements3);
7685  1 org.junit.Assert.assertTrue("'" + quirksMode4 + "' != '" + org.jsoup.nodes.Document.QuirksMode.noQuirks + "'", quirksMode4.equals(org.jsoup.nodes.Document.QuirksMode.noQuirks));
7686  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
7687  1 org.junit.Assert.assertNotNull(tag7);
7688  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
7689  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "#root" + "'", str9, "#root");
7690  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
7691    }
7692   
 
7693  1 toggle @Test
7694    public void test0786() throws Throwable {
7695  1 if (debug)
7696  0 System.out.format("%n%s%n", "RegressionTest1.test0786");
7697  1 org.jsoup.select.Elements elements1 = new org.jsoup.select.Elements(0);
7698  1 org.jsoup.select.Elements elements4 = elements1.attr(":eq(-1)", "[]");
7699  1 org.jsoup.select.Elements elements5 = elements4.prevAll();
7700  1 org.jsoup.nodes.Element element6 = elements4.last();
7701  1 org.junit.Assert.assertNotNull(elements4);
7702  1 org.junit.Assert.assertNotNull(elements5);
7703  1 org.junit.Assert.assertNull(element6);
7704    }
7705   
 
7706  1 toggle @Test
7707    public void test0787() throws Throwable {
7708  1 if (debug)
7709  0 System.out.format("%n%s%n", "RegressionTest1.test0787");
7710  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7711  1 String str2 = document1.id();
7712  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
7713  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
7714  1 boolean boolean6 = elements3.equals((Object) 1.0d);
7715  1 String str7 = elements3.text();
7716  1 org.jsoup.select.Elements elements9 = elements3.wrap("#root");
7717  1 org.jsoup.select.Elements elements11 = elements9.toggleClass("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
7718  1 org.jsoup.select.Elements elements13 = elements9.html("#text");
7719  1 boolean boolean14 = elements13.hasText();
7720  1 org.jsoup.select.Elements elements16 = elements13.before("[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]");
7721  1 java.util.Iterator<org.jsoup.nodes.Element> elementItor17 = elements16.iterator();
7722  1 org.jsoup.select.Elements elements19 = elements16.prepend("SYSTEM");
7723  1 org.junit.Assert.assertNotNull(document1);
7724  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
7725  1 org.junit.Assert.assertNotNull(elements3);
7726  1 org.junit.Assert.assertNotNull(elementItor4);
7727  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
7728  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
7729  1 org.junit.Assert.assertNotNull(elements9);
7730  1 org.junit.Assert.assertNotNull(elements11);
7731  1 org.junit.Assert.assertNotNull(elements13);
7732  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
7733  1 org.junit.Assert.assertNotNull(elements16);
7734  1 org.junit.Assert.assertNotNull(elementItor17);
7735  1 org.junit.Assert.assertNotNull(elements19);
7736    }
7737   
 
7738  1 toggle @Test
7739    public void test0788() throws Throwable {
7740  1 if (debug)
7741  0 System.out.format("%n%s%n", "RegressionTest1.test0788");
7742  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7743  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
7744  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
7745  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
7746  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
7747  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
7748  1 org.jsoup.Connection.Request request7 = request5.maxBodySize((int) (byte) 10);
7749  1 String str8 = request7.requestBody();
7750  1 org.junit.Assert.assertNotNull(connection2);
7751  1 org.junit.Assert.assertNotNull(connection4);
7752  1 org.junit.Assert.assertNotNull(request5);
7753  1 org.junit.Assert.assertNotNull(request7);
7754  1 org.junit.Assert.assertNull(str8);
7755    }
7756   
 
7757  1 toggle @Test
7758    public void test0789() throws Throwable {
7759  1 if (debug)
7760  0 System.out.format("%n%s%n", "RegressionTest1.test0789");
7761  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
7762  1 String str2 = tokenQueue1.toString();
7763  1 boolean boolean4 = tokenQueue1.matchesCS("<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n");
7764  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "multipart/form-data" + "'", str2, "multipart/form-data");
7765  1 org.junit.Assert.assertTrue("'" + boolean4 + "' != '" + false + "'", boolean4 == false);
7766    }
7767   
 
7768  1 toggle @Test
7769    public void test0790() throws Throwable {
7770  1 if (debug)
7771  0 System.out.format("%n%s%n", "RegressionTest1.test0790");
7772  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7773  1 String str2 = document1.id();
7774  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
7775  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
7776  1 String str6 = org.jsoup.internal.StringUtil.join((java.util.Collection) elements3, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
7777  1 org.jsoup.select.Elements elements8 = elements3.append("#declaration");
7778  1 org.jsoup.select.Elements elements10 = elements3.eq((int) 'u');
7779  1 org.junit.Assert.assertNotNull(document1);
7780  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
7781  1 org.junit.Assert.assertNotNull(elements3);
7782  1 org.junit.Assert.assertNotNull(elementItor4);
7783  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
7784  1 org.junit.Assert.assertNotNull(elements8);
7785  1 org.junit.Assert.assertNotNull(elements10);
7786    }
7787   
 
7788  1 toggle @Test
7789    public void test0791() throws Throwable {
7790  1 if (debug)
7791  0 System.out.format("%n%s%n", "RegressionTest1.test0791");
7792  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7793  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
7794  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
7795  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
7796  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(false);
7797  1 org.jsoup.Connection.Method method7 = org.jsoup.Connection.Method.OPTIONS;
7798  1 boolean boolean8 = method7.hasBody();
7799  1 org.jsoup.Connection connection9 = httpConnection0.method(method7);
7800  1 org.jsoup.parser.HtmlTreeBuilder htmlTreeBuilder10 = new org.jsoup.parser.HtmlTreeBuilder();
7801  1 org.jsoup.parser.Parser parser11 = new org.jsoup.parser.Parser((org.jsoup.parser.TreeBuilder) htmlTreeBuilder10);
7802  1 org.jsoup.Connection connection12 = httpConnection0.parser(parser11);
7803  1 java.io.Reader reader13 = null;
7804    // The following exception was thrown during execution in test generation
7805  1 try {
7806  1 org.jsoup.nodes.Document document15 = parser11.parseInput(reader13, "");
7807  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: String input must not be null");
7808    } catch (IllegalArgumentException e) {
7809    // Expected exception.
7810    }
7811  1 org.junit.Assert.assertNotNull(request1);
7812  1 org.junit.Assert.assertNotNull(connection3);
7813  1 org.junit.Assert.assertNotNull(response4);
7814  1 org.junit.Assert.assertNotNull(connection6);
7815  1 org.junit.Assert.assertTrue("'" + method7 + "' != '" + org.jsoup.Connection.Method.OPTIONS + "'", method7.equals(org.jsoup.Connection.Method.OPTIONS));
7816  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
7817  1 org.junit.Assert.assertNotNull(connection9);
7818  1 org.junit.Assert.assertNotNull(connection12);
7819    }
7820   
 
7821  1 toggle @Test
7822    public void test0792() throws Throwable {
7823  1 if (debug)
7824  0 System.out.format("%n%s%n", "RegressionTest1.test0792");
7825  1 String str1 = org.jsoup.internal.StringUtil.padding(100);
7826  1 org.junit.Assert.assertEquals("'" + str1 + "' != '" + " " + "'", str1, " ");
7827    }
7828   
 
7829  1 toggle @Test
7830    public void test0793() throws Throwable {
7831  1 if (debug)
7832  0 System.out.format("%n%s%n", "RegressionTest1.test0793");
7833  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7834  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
7835  1 org.jsoup.Connection.Request request2 = httpConnection0.request();
7836  1 org.jsoup.Connection.Request request4 = request2.ignoreHttpErrors(false);
7837  1 org.jsoup.Connection.Request request6 = request2.requestBody("PUBLIC");
7838  1 org.junit.Assert.assertNotNull(request1);
7839  1 org.junit.Assert.assertNotNull(request2);
7840  1 org.junit.Assert.assertNotNull(request4);
7841  1 org.junit.Assert.assertNotNull(request6);
7842    }
7843   
 
7844  1 toggle @Test
7845    public void test0794() throws Throwable {
7846  1 if (debug)
7847  0 System.out.format("%n%s%n", "RegressionTest1.test0794");
7848  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7849  1 org.jsoup.nodes.Element element3 = document1.val("hi!");
7850  1 org.jsoup.nodes.Element element4 = document1.clone();
7851  1 java.util.List<org.jsoup.nodes.DataNode> dataNodeList5 = document1.dataNodes();
7852  1 org.jsoup.parser.TokenQueue tokenQueue7 = new org.jsoup.parser.TokenQueue("multipart/form-data");
7853  1 boolean boolean9 = tokenQueue7.matchesCS("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
7854  1 String str10 = tokenQueue7.consumeWord();
7855  1 boolean boolean11 = document1.equals((Object) tokenQueue7);
7856  1 org.junit.Assert.assertNotNull(document1);
7857  1 org.junit.Assert.assertNotNull(element3);
7858  1 org.junit.Assert.assertNotNull(element4);
7859  1 org.junit.Assert.assertNotNull(dataNodeList5);
7860  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
7861  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "multipart" + "'", str10, "multipart");
7862  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + false + "'", boolean11 == false);
7863    }
7864   
 
7865  1 toggle @Test
7866    public void test0795() throws Throwable {
7867  1 if (debug)
7868  0 System.out.format("%n%s%n", "RegressionTest1.test0795");
7869  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7870  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
7871  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
7872  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
7873  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
7874  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
7875  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
7876  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
7877  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
7878  1 java.util.Map<String, java.util.List<String>> strMap11 = request10.multiHeaders();
7879  1 java.util.Map<String, String> strMap12 = request10.cookies();
7880  1 org.jsoup.Connection connection13 = httpConnection0.headers(strMap12);
7881  1 org.jsoup.Connection connection16 = connection13.data("multipart/form-data", "");
7882  1 org.jsoup.Connection connection18 = connection13.ignoreContentType(false);
7883  1 org.jsoup.Connection connection21 = connection18.data("hi!", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
7884  1 org.jsoup.nodes.Document document23 = org.jsoup.Jsoup.parseBodyFragment("hi!");
7885  1 String str24 = document23.wholeText();
7886  1 org.jsoup.select.Elements elements25 = document23.parents();
7887  1 org.jsoup.select.Elements elements27 = elements25.addClass("hi!");
7888  1 org.jsoup.helper.HttpConnection httpConnection28 = new org.jsoup.helper.HttpConnection();
7889  1 org.jsoup.Connection.Request request29 = httpConnection28.request();
7890  1 org.jsoup.Connection.Request request32 = request29.addHeader("multipart/form-data", "hi!");
7891  1 boolean boolean34 = request32.hasHeader("multipart/form-data");
7892  1 boolean boolean36 = request32.hasHeader("multipart/form-data");
7893  1 org.jsoup.Connection.Method method37 = request32.method();
7894  1 org.jsoup.Connection.Method method38 = request32.method();
7895  1 org.jsoup.Connection.Request request41 = request32.addHeader("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", ":eq(-1)");
7896  1 org.jsoup.Connection.Request request44 = request41.addHeader("<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>", " ");
7897  1 org.jsoup.Connection.Method method45 = request44.method();
7898  1 String str46 = request44.requestBody();
7899  1 boolean boolean47 = elements27.equals((Object) request44);
7900  1 java.util.Map<String, String> strMap48 = request44.cookies();
7901  1 org.jsoup.Connection connection49 = connection21.headers(strMap48);
7902  1 org.junit.Assert.assertNotNull(connection2);
7903  1 org.junit.Assert.assertNotNull(connection4);
7904  1 org.junit.Assert.assertNotNull(request5);
7905  1 org.junit.Assert.assertNotNull(request7);
7906  1 org.junit.Assert.assertNotNull(request10);
7907  1 org.junit.Assert.assertNotNull(strMap11);
7908  1 org.junit.Assert.assertNotNull(strMap12);
7909  1 org.junit.Assert.assertNotNull(connection13);
7910  1 org.junit.Assert.assertNotNull(connection16);
7911  1 org.junit.Assert.assertNotNull(connection18);
7912  1 org.junit.Assert.assertNotNull(connection21);
7913  1 org.junit.Assert.assertNotNull(document23);
7914  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "hi!" + "'", str24, "hi!");
7915  1 org.junit.Assert.assertNotNull(elements25);
7916  1 org.junit.Assert.assertNotNull(elements27);
7917  1 org.junit.Assert.assertNotNull(request29);
7918  1 org.junit.Assert.assertNotNull(request32);
7919  1 org.junit.Assert.assertTrue("'" + boolean34 + "' != '" + true + "'", boolean34 == true);
7920  1 org.junit.Assert.assertTrue("'" + boolean36 + "' != '" + true + "'", boolean36 == true);
7921  1 org.junit.Assert.assertTrue("'" + method37 + "' != '" + org.jsoup.Connection.Method.GET + "'", method37.equals(org.jsoup.Connection.Method.GET));
7922  1 org.junit.Assert.assertTrue("'" + method38 + "' != '" + org.jsoup.Connection.Method.GET + "'", method38.equals(org.jsoup.Connection.Method.GET));
7923  1 org.junit.Assert.assertNotNull(request41);
7924  1 org.junit.Assert.assertNotNull(request44);
7925  1 org.junit.Assert.assertTrue("'" + method45 + "' != '" + org.jsoup.Connection.Method.GET + "'", method45.equals(org.jsoup.Connection.Method.GET));
7926  1 org.junit.Assert.assertNull(str46);
7927  1 org.junit.Assert.assertTrue("'" + boolean47 + "' != '" + false + "'", boolean47 == false);
7928  1 org.junit.Assert.assertNotNull(strMap48);
7929  1 org.junit.Assert.assertNotNull(connection49);
7930    }
7931   
 
7932  1 toggle @Test
7933    public void test0796() throws Throwable {
7934  1 if (debug)
7935  0 System.out.format("%n%s%n", "RegressionTest1.test0796");
7936  1 boolean boolean1 = org.jsoup.internal.StringUtil.isInvisibleChar((int) (byte) -1);
7937  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
7938    }
7939   
 
7940  1 toggle @Test
7941    public void test0797() throws Throwable {
7942  1 if (debug)
7943  0 System.out.format("%n%s%n", "RegressionTest1.test0797");
7944  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7945  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
7946  1 String str2 = response1.statusMessage();
7947  1 org.jsoup.Connection.Response response4 = response1.removeCookie("Content-Encoding");
7948  1 String str6 = response1.header("Content-Type");
7949    // The following exception was thrown during execution in test generation
7950  1 try {
7951  1 String str7 = response1.body();
7952  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Request must be executed (with .execute(), .get(), or .post() before getting response body");
7953    } catch (IllegalArgumentException e) {
7954    // Expected exception.
7955    }
7956  1 org.junit.Assert.assertNotNull(response1);
7957  1 org.junit.Assert.assertNull(str2);
7958  1 org.junit.Assert.assertNotNull(response4);
7959  1 org.junit.Assert.assertNull(str6);
7960    }
7961   
 
7962  1 toggle @Test
7963    public void test0798() throws Throwable {
7964  1 if (debug)
7965  0 System.out.format("%n%s%n", "RegressionTest1.test0798");
7966  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7967  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
7968  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
7969  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
7970  1 java.net.URL uRL5 = response4.url();
7971    // The following exception was thrown during execution in test generation
7972  1 try {
7973  1 java.io.BufferedInputStream bufferedInputStream6 = response4.bodyStream();
7974  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Request must be executed (with .execute(), .get(), or .post() before getting response body");
7975    } catch (IllegalArgumentException e) {
7976    // Expected exception.
7977    }
7978  1 org.junit.Assert.assertNotNull(request1);
7979  1 org.junit.Assert.assertNotNull(connection3);
7980  1 org.junit.Assert.assertNotNull(response4);
7981  1 org.junit.Assert.assertNull(uRL5);
7982    }
7983   
 
7984  1 toggle @Test
7985    public void test0799() throws Throwable {
7986  1 if (debug)
7987  0 System.out.format("%n%s%n", "RegressionTest1.test0799");
7988  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
7989  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
7990  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
7991  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
7992  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(false);
7993  1 org.jsoup.Connection.Method method7 = org.jsoup.Connection.Method.OPTIONS;
7994  1 boolean boolean8 = method7.hasBody();
7995  1 org.jsoup.Connection connection9 = httpConnection0.method(method7);
7996  1 org.jsoup.parser.HtmlTreeBuilder htmlTreeBuilder10 = new org.jsoup.parser.HtmlTreeBuilder();
7997  1 org.jsoup.parser.Parser parser11 = new org.jsoup.parser.Parser((org.jsoup.parser.TreeBuilder) htmlTreeBuilder10);
7998  1 org.jsoup.Connection connection12 = httpConnection0.parser(parser11);
7999  1 boolean boolean13 = parser11.isTrackErrors();
8000  1 org.junit.Assert.assertNotNull(request1);
8001  1 org.junit.Assert.assertNotNull(connection3);
8002  1 org.junit.Assert.assertNotNull(response4);
8003  1 org.junit.Assert.assertNotNull(connection6);
8004  1 org.junit.Assert.assertTrue("'" + method7 + "' != '" + org.jsoup.Connection.Method.OPTIONS + "'", method7.equals(org.jsoup.Connection.Method.OPTIONS));
8005  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
8006  1 org.junit.Assert.assertNotNull(connection9);
8007  1 org.junit.Assert.assertNotNull(connection12);
8008  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + false + "'", boolean13 == false);
8009    }
8010   
 
8011  1 toggle @Test
8012    public void test0800() throws Throwable {
8013  1 if (debug)
8014  0 System.out.format("%n%s%n", "RegressionTest1.test0800");
8015  1 org.jsoup.nodes.TextNode textNode2 = org.jsoup.nodes.TextNode.createFromEncoded("hi!hi!", "multipart");
8016  1 org.junit.Assert.assertNotNull(textNode2);
8017    }
8018   
 
8019  1 toggle @Test
8020    public void test0801() throws Throwable {
8021  1 if (debug)
8022  0 System.out.format("%n%s%n", "RegressionTest1.test0801");
8023  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
8024  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
8025  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
8026  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
8027  1 boolean boolean8 = request4.hasHeader("multipart/form-data");
8028  1 org.jsoup.Connection.Method method9 = request4.method();
8029  1 org.jsoup.Connection.Method method10 = request4.method();
8030  1 org.jsoup.Connection.Request request13 = request4.addHeader("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", ":eq(-1)");
8031  1 org.jsoup.Connection.Request request16 = request13.addHeader("<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>", " ");
8032  1 org.jsoup.Connection.Method method17 = request16.method();
8033  1 String str18 = request16.requestBody();
8034  1 org.jsoup.Connection.Request request21 = request16.proxy("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", (int) 'a');
8035  1 org.junit.Assert.assertNotNull(request1);
8036  1 org.junit.Assert.assertNotNull(request4);
8037  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
8038  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + true + "'", boolean8 == true);
8039  1 org.junit.Assert.assertTrue("'" + method9 + "' != '" + org.jsoup.Connection.Method.GET + "'", method9.equals(org.jsoup.Connection.Method.GET));
8040  1 org.junit.Assert.assertTrue("'" + method10 + "' != '" + org.jsoup.Connection.Method.GET + "'", method10.equals(org.jsoup.Connection.Method.GET));
8041  1 org.junit.Assert.assertNotNull(request13);
8042  1 org.junit.Assert.assertNotNull(request16);
8043  1 org.junit.Assert.assertTrue("'" + method17 + "' != '" + org.jsoup.Connection.Method.GET + "'", method17.equals(org.jsoup.Connection.Method.GET));
8044  1 org.junit.Assert.assertNull(str18);
8045  1 org.junit.Assert.assertNotNull(request21);
8046    }
8047   
 
8048  1 toggle @Test
8049    public void test0802() throws Throwable {
8050  1 if (debug)
8051  0 System.out.format("%n%s%n", "RegressionTest1.test0802");
8052  1 org.jsoup.safety.Whitelist whitelist4 = org.jsoup.safety.Whitelist.basicWithImages();
8053  1 boolean boolean5 = org.jsoup.Jsoup.isValid("hi!", whitelist4);
8054  1 boolean boolean6 = org.jsoup.Jsoup.isValid("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!", whitelist4);
8055  1 String str7 = org.jsoup.Jsoup.clean(":first-child", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", whitelist4);
8056  1 org.junit.Assert.assertNotNull(whitelist4);
8057  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + true + "'", boolean5 == true);
8058  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
8059  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + ":first-child" + "'", str7, ":first-child");
8060    }
8061   
 
8062  1 toggle @Test
8063    public void test0803() throws Throwable {
8064  1 if (debug)
8065  0 System.out.format("%n%s%n", "RegressionTest1.test0803");
8066  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8067  1 String str2 = document1.id();
8068  1 String str3 = document1.baseUri();
8069  1 org.jsoup.nodes.Element element4 = document1.clearAttributes();
8070  1 org.jsoup.select.Elements elements7 = document1.getElementsByAttributeValue("[public=<!#root!>]", ":matches(null)");
8071  1 org.junit.Assert.assertNotNull(document1);
8072  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
8073  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
8074  1 org.junit.Assert.assertNotNull(element4);
8075  1 org.junit.Assert.assertNotNull(elements7);
8076    }
8077   
 
8078  1 toggle @Test
8079    public void test0804() throws Throwable {
8080  1 if (debug)
8081  0 System.out.format("%n%s%n", "RegressionTest1.test0804");
8082  1 org.jsoup.select.Evaluator.IndexGreaterThan indexGreaterThan1 = new org.jsoup.select.Evaluator.IndexGreaterThan((int) 'm');
8083    }
8084   
 
8085  1 toggle @Test
8086    public void test0805() throws Throwable {
8087  1 if (debug)
8088  0 System.out.format("%n%s%n", "RegressionTest1.test0805");
8089  1 org.jsoup.select.NodeFilter nodeFilter0 = null;
8090  1 java.io.InputStream inputStream1 = null;
8091  1 org.jsoup.nodes.Document document4 = org.jsoup.helper.DataUtil.load(inputStream1, "#root=\"\"", "#text");
8092    // The following exception was thrown during execution in test generation
8093  1 try {
8094  1 org.jsoup.select.NodeFilter.FilterResult filterResult5 = org.jsoup.select.NodeTraversor.filter(nodeFilter0, (org.jsoup.nodes.Node) document4);
8095  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"org.jsoup.select.NodeFilter.head(org.jsoup.nodes.Node, int)\" because \"filter\" is null");
8096    } catch (NullPointerException e) {
8097    // Expected exception.
8098    }
8099  1 org.junit.Assert.assertNotNull(document4);
8100    }
8101   
 
8102  1 toggle @Test
8103    public void test0806() throws Throwable {
8104  1 if (debug)
8105  0 System.out.format("%n%s%n", "RegressionTest1.test0806");
8106  1 String[] strArray8 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
8107  1 boolean boolean9 = org.jsoup.internal.StringUtil.in("", strArray8);
8108  1 boolean boolean10 = org.jsoup.internal.StringUtil.in("", strArray8);
8109  1 String str12 = org.jsoup.internal.StringUtil.join(strArray8, " hi!=\"multipart/form-data\"");
8110  1 boolean boolean13 = org.jsoup.internal.StringUtil.in("hi!hi!", strArray8);
8111  1 org.junit.Assert.assertNotNull(strArray8);
8112  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + true + "'", boolean9 == true);
8113  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + true + "'", boolean10 == true);
8114  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!" + "'", str12, "hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!");
8115  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + false + "'", boolean13 == false);
8116    }
8117   
 
8118  1 toggle @Test
8119    public void test0807() throws Throwable {
8120  1 if (debug)
8121  0 System.out.format("%n%s%n", "RegressionTest1.test0807");
8122  1 org.jsoup.select.Evaluator.Tag tag1 = new org.jsoup.select.Evaluator.Tag("#text");
8123  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan3 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
8124  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType6 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
8125  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8126  1 String str9 = document8.id();
8127  1 org.jsoup.select.Elements elements10 = document8.previousElementSiblings();
8128  1 org.jsoup.nodes.Element element11 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType6, (org.jsoup.nodes.Element) document8);
8129  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8130  1 String str14 = document13.className();
8131  1 String str15 = document13.outerHtml();
8132  1 org.jsoup.nodes.Document document17 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8133  1 String str18 = document17.id();
8134  1 String str19 = document17.baseUri();
8135  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan21 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
8136  1 boolean boolean22 = document17.is((org.jsoup.select.Evaluator) indexLessThan21);
8137  1 boolean boolean23 = isNthLastOfType6.matches((org.jsoup.nodes.Element) document13, (org.jsoup.nodes.Element) document17);
8138  1 String str24 = document17.cssSelector();
8139  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8140  1 String str27 = document26.className();
8141  1 String str28 = document26.outerHtml();
8142  1 boolean boolean30 = document26.hasSameValue((Object) 1);
8143  1 boolean boolean31 = indexLessThan3.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document26);
8144  1 org.jsoup.parser.Parser parser32 = document17.parser();
8145  1 String str33 = document17.val();
8146  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType36 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
8147  1 org.jsoup.nodes.Document document38 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8148  1 String str39 = document38.className();
8149  1 String str40 = document38.outerHtml();
8150  1 boolean boolean42 = document38.hasSameValue((Object) 1);
8151  1 String str43 = document38.tagName();
8152  1 org.jsoup.nodes.Document document45 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8153  1 org.jsoup.nodes.Element element47 = document45.val("hi!");
8154  1 boolean boolean48 = isNthLastOfType36.matches((org.jsoup.nodes.Element) document38, element47);
8155  1 boolean boolean49 = tag1.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document38);
8156  1 org.jsoup.select.Elements elements50 = document38.children();
8157  1 String str51 = document38.id();
8158  1 org.junit.Assert.assertNotNull(document8);
8159  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
8160  1 org.junit.Assert.assertNotNull(elements10);
8161  1 org.junit.Assert.assertNull(element11);
8162  1 org.junit.Assert.assertNotNull(document13);
8163  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
8164  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str15, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
8165  1 org.junit.Assert.assertNotNull(document17);
8166  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "" + "'", str18, "");
8167  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "" + "'", str19, "");
8168  1 org.junit.Assert.assertTrue("'" + boolean22 + "' != '" + false + "'", boolean22 == false);
8169  1 org.junit.Assert.assertTrue("'" + boolean23 + "' != '" + false + "'", boolean23 == false);
8170  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "#root" + "'", str24, "#root");
8171  1 org.junit.Assert.assertNotNull(document26);
8172  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
8173  1 org.junit.Assert.assertEquals("'" + str28 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str28, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
8174  1 org.junit.Assert.assertTrue("'" + boolean30 + "' != '" + false + "'", boolean30 == false);
8175  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + true + "'", boolean31 == true);
8176  1 org.junit.Assert.assertNull(parser32);
8177  1 org.junit.Assert.assertEquals("'" + str33 + "' != '" + "" + "'", str33, "");
8178  1 org.junit.Assert.assertNotNull(document38);
8179  1 org.junit.Assert.assertEquals("'" + str39 + "' != '" + "" + "'", str39, "");
8180  1 org.junit.Assert.assertEquals("'" + str40 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str40, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
8181  1 org.junit.Assert.assertTrue("'" + boolean42 + "' != '" + false + "'", boolean42 == false);
8182  1 org.junit.Assert.assertEquals("'" + str43 + "' != '" + "#root" + "'", str43, "#root");
8183  1 org.junit.Assert.assertNotNull(document45);
8184  1 org.junit.Assert.assertNotNull(element47);
8185  1 org.junit.Assert.assertTrue("'" + boolean48 + "' != '" + false + "'", boolean48 == false);
8186  1 org.junit.Assert.assertTrue("'" + boolean49 + "' != '" + false + "'", boolean49 == false);
8187  1 org.junit.Assert.assertNotNull(elements50);
8188  1 org.junit.Assert.assertEquals("'" + str51 + "' != '" + "" + "'", str51, "");
8189    }
8190   
 
8191  1 toggle @Test
8192    public void test0808() throws Throwable {
8193  1 if (debug)
8194  0 System.out.format("%n%s%n", "RegressionTest1.test0808");
8195  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
8196  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
8197  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
8198  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
8199  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(false);
8200  1 org.jsoup.Connection connection9 = httpConnection0.header("[]", "/form-data");
8201  1 org.junit.Assert.assertNotNull(request1);
8202  1 org.junit.Assert.assertNotNull(connection3);
8203  1 org.junit.Assert.assertNotNull(response4);
8204  1 org.junit.Assert.assertNotNull(connection6);
8205  1 org.junit.Assert.assertNotNull(connection9);
8206    }
8207   
 
8208  1 toggle @Test
8209    public void test0809() throws Throwable {
8210  1 if (debug)
8211  0 System.out.format("%n%s%n", "RegressionTest1.test0809");
8212  1 org.jsoup.nodes.Comment comment2 = new org.jsoup.nodes.Comment("", ":eq(-1)");
8213  1 String str3 = comment2.nodeName();
8214  1 String str4 = comment2.getData();
8215  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "#comment" + "'", str3, "#comment");
8216  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
8217    }
8218   
 
8219  1 toggle @Test
8220    public void test0810() throws Throwable {
8221  1 if (debug)
8222  0 System.out.format("%n%s%n", "RegressionTest1.test0810");
8223  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
8224  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
8225  1 org.jsoup.Connection.Response response3 = response1.charset("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]");
8226    // The following exception was thrown during execution in test generation
8227  1 try {
8228  1 org.jsoup.Connection.Response response4 = response1.bufferUp();
8229  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Request must be executed (with .execute(), .get(), or .post() before getting response body");
8230    } catch (IllegalArgumentException e) {
8231    // Expected exception.
8232    }
8233  1 org.junit.Assert.assertNotNull(response1);
8234  1 org.junit.Assert.assertNotNull(response3);
8235    }
8236   
 
8237  1 toggle @Test
8238    public void test0811() throws Throwable {
8239  1 if (debug)
8240  0 System.out.format("%n%s%n", "RegressionTest1.test0811");
8241  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8242  1 String str2 = document1.id();
8243  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
8244  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
8245  1 String str6 = org.jsoup.internal.StringUtil.join((java.util.Collection) elements3, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
8246  1 org.jsoup.select.Elements elements8 = elements3.append("#declaration");
8247  1 boolean boolean9 = elements3.hasText();
8248  1 org.junit.Assert.assertNotNull(document1);
8249  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
8250  1 org.junit.Assert.assertNotNull(elements3);
8251  1 org.junit.Assert.assertNotNull(elementItor4);
8252  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
8253  1 org.junit.Assert.assertNotNull(elements8);
8254  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
8255    }
8256   
 
8257  1 toggle @Test
8258    public void test0812() throws Throwable {
8259  1 if (debug)
8260  0 System.out.format("%n%s%n", "RegressionTest1.test0812");
8261  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8262  1 String str2 = document1.id();
8263  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
8264  1 org.jsoup.nodes.Document.QuirksMode quirksMode4 = document1.quirksMode();
8265  1 boolean boolean6 = document1.hasClass("multipart/form-data");
8266  1 org.jsoup.parser.Tag tag7 = document1.tag();
8267  1 org.jsoup.select.Elements elements9 = document1.getElementsByAttribute("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]");
8268  1 org.junit.Assert.assertNotNull(document1);
8269  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
8270  1 org.junit.Assert.assertNotNull(elements3);
8271  1 org.junit.Assert.assertTrue("'" + quirksMode4 + "' != '" + org.jsoup.nodes.Document.QuirksMode.noQuirks + "'", quirksMode4.equals(org.jsoup.nodes.Document.QuirksMode.noQuirks));
8272  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
8273  1 org.junit.Assert.assertNotNull(tag7);
8274  1 org.junit.Assert.assertNotNull(elements9);
8275    }
8276   
 
8277  1 toggle @Test
8278    public void test0813() throws Throwable {
8279  1 if (debug)
8280  0 System.out.format("%n%s%n", "RegressionTest1.test0813");
8281  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8282  1 String str2 = document1.wholeText();
8283  1 org.jsoup.select.Elements elements3 = document1.parents();
8284  1 java.nio.charset.Charset charset4 = document1.charset();
8285  1 org.jsoup.nodes.Document document5 = document1.clone();
8286    // The following exception was thrown during execution in test generation
8287  1 try {
8288  1 org.jsoup.nodes.Element element7 = document1.before(" ");
8289  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
8290    } catch (IllegalArgumentException e) {
8291    // Expected exception.
8292    }
8293  1 org.junit.Assert.assertNotNull(document1);
8294  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "hi!" + "'", str2, "hi!");
8295  1 org.junit.Assert.assertNotNull(elements3);
8296  1 org.junit.Assert.assertNotNull(charset4);
8297  1 org.junit.Assert.assertNotNull(document5);
8298    }
8299   
 
8300  1 toggle @Test
8301    public void test0814() throws Throwable {
8302  1 if (debug)
8303  0 System.out.format("%n%s%n", "RegressionTest1.test0814");
8304  1 org.jsoup.select.Evaluator.AttributeWithValue attributeWithValue2 = new org.jsoup.select.Evaluator.AttributeWithValue("#root", "multipart/form-data");
8305  1 org.jsoup.select.Evaluator.IsEmpty isEmpty3 = new org.jsoup.select.Evaluator.IsEmpty();
8306  1 org.jsoup.nodes.Document document5 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8307  1 String str6 = document5.id();
8308  1 String str7 = document5.baseUri();
8309  1 org.jsoup.nodes.Element element10 = document5.attr("", true);
8310  1 org.jsoup.select.Evaluator.AttributeWithValueNot attributeWithValueNot13 = new org.jsoup.select.Evaluator.AttributeWithValueNot(":eq(-1)", "#doctype");
8311  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8312  1 String str16 = document15.id();
8313  1 org.jsoup.select.Elements elements17 = document15.previousElementSiblings();
8314  1 org.jsoup.nodes.Document.QuirksMode quirksMode18 = document15.quirksMode();
8315  1 boolean boolean20 = document15.hasClass("multipart/form-data");
8316  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType23 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
8317  1 org.jsoup.nodes.Document document25 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8318  1 String str26 = document25.wholeText();
8319  1 org.jsoup.nodes.Document document28 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8320  1 String str29 = document28.className();
8321  1 boolean boolean30 = isNthLastOfType23.matches((org.jsoup.nodes.Element) document25, (org.jsoup.nodes.Element) document28);
8322  1 boolean boolean31 = attributeWithValueNot13.matches((org.jsoup.nodes.Element) document15, (org.jsoup.nodes.Element) document25);
8323  1 org.jsoup.nodes.Element element33 = document15.createElement("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]");
8324  1 boolean boolean34 = isEmpty3.matches(element10, (org.jsoup.nodes.Element) document15);
8325  1 org.jsoup.nodes.Document document36 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8326  1 String str37 = document36.className();
8327  1 org.jsoup.select.Elements elements40 = document36.getElementsByAttributeValueMatching("multipart/form-data", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
8328  1 org.jsoup.nodes.Element element42 = document36.text("<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>");
8329  1 boolean boolean43 = attributeWithValue2.matches((org.jsoup.nodes.Element) document15, element42);
8330  1 org.junit.Assert.assertNotNull(document5);
8331  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
8332  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
8333  1 org.junit.Assert.assertNotNull(element10);
8334  1 org.junit.Assert.assertNotNull(document15);
8335  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
8336  1 org.junit.Assert.assertNotNull(elements17);
8337  1 org.junit.Assert.assertTrue("'" + quirksMode18 + "' != '" + org.jsoup.nodes.Document.QuirksMode.noQuirks + "'", quirksMode18.equals(org.jsoup.nodes.Document.QuirksMode.noQuirks));
8338  1 org.junit.Assert.assertTrue("'" + boolean20 + "' != '" + false + "'", boolean20 == false);
8339  1 org.junit.Assert.assertNotNull(document25);
8340  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "hi!" + "'", str26, "hi!");
8341  1 org.junit.Assert.assertNotNull(document28);
8342  1 org.junit.Assert.assertEquals("'" + str29 + "' != '" + "" + "'", str29, "");
8343  1 org.junit.Assert.assertTrue("'" + boolean30 + "' != '" + false + "'", boolean30 == false);
8344  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + true + "'", boolean31 == true);
8345  1 org.junit.Assert.assertNotNull(element33);
8346  1 org.junit.Assert.assertTrue("'" + boolean34 + "' != '" + false + "'", boolean34 == false);
8347  1 org.junit.Assert.assertNotNull(document36);
8348  1 org.junit.Assert.assertEquals("'" + str37 + "' != '" + "" + "'", str37, "");
8349  1 org.junit.Assert.assertNotNull(elements40);
8350  1 org.junit.Assert.assertNotNull(element42);
8351  1 org.junit.Assert.assertTrue("'" + boolean43 + "' != '" + false + "'", boolean43 == false);
8352    }
8353   
 
8354  1 toggle @Test
8355    public void test0815() throws Throwable {
8356  1 if (debug)
8357  0 System.out.format("%n%s%n", "RegressionTest1.test0815");
8358  1 org.jsoup.nodes.Document document2 = org.jsoup.parser.Parser.parse("[]", "#text");
8359  1 String str3 = document2.baseUri();
8360  1 org.junit.Assert.assertNotNull(document2);
8361  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "#text" + "'", str3, "#text");
8362    }
8363   
 
8364  1 toggle @Test
8365    public void test0816() throws Throwable {
8366  1 if (debug)
8367  0 System.out.format("%n%s%n", "RegressionTest1.test0816");
8368  1 org.jsoup.select.Evaluator.AttributeWithValueContaining attributeWithValueContaining2 = new org.jsoup.select.Evaluator.AttributeWithValueContaining(" ", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>");
8369    }
8370   
 
8371  1 toggle @Test
8372    public void test0817() throws Throwable {
8373  1 if (debug)
8374  0 System.out.format("%n%s%n", "RegressionTest1.test0817");
8375  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8376  1 String str2 = document1.className();
8377  1 String str4 = document1.attr("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
8378  1 boolean boolean5 = document1.isBlock();
8379  1 org.junit.Assert.assertNotNull(document1);
8380  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
8381  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
8382  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + false + "'", boolean5 == false);
8383    }
8384   
 
8385  1 toggle @Test
8386    public void test0818() throws Throwable {
8387  1 if (debug)
8388  0 System.out.format("%n%s%n", "RegressionTest1.test0818");
8389  1 org.jsoup.parser.Parser parser0 = org.jsoup.parser.Parser.htmlParser();
8390  1 org.jsoup.parser.Parser parser2 = parser0.setTrackErrors((int) (short) 0);
8391  1 org.junit.Assert.assertNotNull(parser0);
8392  1 org.junit.Assert.assertNotNull(parser2);
8393    }
8394   
 
8395  1 toggle @Test
8396    public void test0819() throws Throwable {
8397  1 if (debug)
8398  0 System.out.format("%n%s%n", "RegressionTest1.test0819");
8399  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
8400  1 String str2 = tokenQueue1.toString();
8401  1 boolean boolean3 = tokenQueue1.consumeWhitespace();
8402  1 boolean boolean5 = tokenQueue1.matches("");
8403  1 String str6 = tokenQueue1.consumeTagName();
8404  1 String str7 = tokenQueue1.consumeElementSelector();
8405  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "multipart/form-data" + "'", str2, "multipart/form-data");
8406  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
8407  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + true + "'", boolean5 == true);
8408  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "multipart" + "'", str6, "multipart");
8409  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
8410    }
8411   
 
8412  1 toggle @Test
8413    public void test0820() throws Throwable {
8414  1 if (debug)
8415  0 System.out.format("%n%s%n", "RegressionTest1.test0820");
8416  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
8417  1 org.jsoup.nodes.Attributes attributes3 = attributes0.put("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", false);
8418  1 org.jsoup.nodes.Attributes attributes6 = attributes0.add("hi!", "multipart/form-data");
8419  1 org.jsoup.nodes.Attributes attributes9 = null;
8420  1 org.jsoup.nodes.Attribute attribute10 = new org.jsoup.nodes.Attribute("Content-Encoding", "#root", attributes9);
8421  1 String str11 = attribute10.getValue();
8422  1 org.jsoup.nodes.Attributes attributes12 = attributes0.put(attribute10);
8423  1 java.util.Spliterator<org.jsoup.nodes.Attribute> attributeSpliterator13 = attributes0.spliterator();
8424  1 org.jsoup.nodes.Attributes attributes16 = attributes0.put("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!", " ");
8425  1 org.jsoup.parser.ParseSettings parseSettings17 = org.jsoup.parser.ParseSettings.preserveCase;
8426  1 String str19 = parseSettings17.normalizeAttribute("#root");
8427  1 int int20 = attributes0.deduplicate(parseSettings17);
8428  1 org.junit.Assert.assertNotNull(attributes3);
8429  1 org.junit.Assert.assertNotNull(attributes6);
8430  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "#root" + "'", str11, "#root");
8431  1 org.junit.Assert.assertNotNull(attributes12);
8432  1 org.junit.Assert.assertNotNull(attributeSpliterator13);
8433  1 org.junit.Assert.assertNotNull(attributes16);
8434  1 org.junit.Assert.assertNotNull(parseSettings17);
8435  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "#root" + "'", str19, "#root");
8436  1 org.junit.Assert.assertTrue("'" + int20 + "' != '" + 0 + "'", int20 == 0);
8437    }
8438   
 
8439  1 toggle @Test
8440    public void test0821() throws Throwable {
8441  1 if (debug)
8442  0 System.out.format("%n%s%n", "RegressionTest1.test0821");
8443  1 org.jsoup.nodes.TextNode textNode2 = new org.jsoup.nodes.TextNode("multipart/form-data", ":matchesOwn(null)");
8444    }
8445   
 
8446  1 toggle @Test
8447    public void test0822() throws Throwable {
8448  1 if (debug)
8449  0 System.out.format("%n%s%n", "RegressionTest1.test0822");
8450  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
8451  1 boolean boolean2 = tag1.isFormListed();
8452  1 boolean boolean3 = tag1.isBlock();
8453  1 org.jsoup.nodes.Element element5 = new org.jsoup.nodes.Element(tag1, "ultipart");
8454  1 String str6 = tag1.normalName();
8455  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
8456  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + true + "'", boolean3 == true);
8457  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "#document" + "'", str6, "#document");
8458    }
8459   
 
8460  1 toggle @Test
8461    public void test0823() throws Throwable {
8462  1 if (debug)
8463  0 System.out.format("%n%s%n", "RegressionTest1.test0823");
8464  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8465  1 String str2 = document1.id();
8466  1 String str3 = document1.baseUri();
8467  1 org.jsoup.nodes.Element element6 = document1.attr("", true);
8468  1 org.jsoup.select.Elements elements8 = document1.getElementsByIndexEquals((int) ' ');
8469  1 org.jsoup.select.Elements elements10 = document1.getElementsByIndexLessThan((int) (byte) -1);
8470  1 org.junit.Assert.assertNotNull(document1);
8471  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
8472  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
8473  1 org.junit.Assert.assertNotNull(element6);
8474  1 org.junit.Assert.assertNotNull(elements8);
8475  1 org.junit.Assert.assertNotNull(elements10);
8476    }
8477   
 
8478  1 toggle @Test
8479    public void test0824() throws Throwable {
8480  1 if (debug)
8481  0 System.out.format("%n%s%n", "RegressionTest1.test0824");
8482  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
8483  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
8484  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
8485  1 org.jsoup.parser.ParseErrorList parseErrorList3 = org.jsoup.parser.ParseErrorList.noTracking();
8486  1 int int4 = parseErrorList1.indexOf((Object) parseErrorList3);
8487  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
8488  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory6 = null;
8489  1 org.jsoup.Connection connection7 = httpConnection5.sslSocketFactory(sSLSocketFactory6);
8490  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory8 = null;
8491  1 org.jsoup.Connection connection9 = httpConnection5.sslSocketFactory(sSLSocketFactory8);
8492  1 org.jsoup.Connection connection11 = httpConnection5.ignoreContentType(true);
8493  1 boolean boolean12 = parseErrorList1.equals((Object) true);
8494  1 org.jsoup.parser.ParseError[] parseErrorArray13 = new org.jsoup.parser.ParseError[] {};
8495  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList14 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
8496  1 boolean boolean15 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList14, parseErrorArray13);
8497  1 parseErrorList14.ensureCapacity(10);
8498  1 boolean boolean18 = parseErrorList1.remove((Object) parseErrorList14);
8499  1 org.jsoup.helper.HttpConnection httpConnection19 = new org.jsoup.helper.HttpConnection();
8500  1 org.jsoup.Connection.Request request20 = httpConnection19.request();
8501  1 org.jsoup.Connection.Request request23 = request20.addHeader("multipart/form-data", "hi!");
8502  1 boolean boolean25 = request23.hasHeader("multipart/form-data");
8503  1 int int26 = parseErrorList14.indexOf((Object) request23);
8504  1 org.jsoup.Connection.Method method27 = org.jsoup.Connection.Method.HEAD;
8505  1 org.jsoup.Connection.Request request28 = request23.method(method27);
8506  1 java.util.Map<String, java.util.List<String>> strMap29 = request23.multiHeaders();
8507  1 org.junit.Assert.assertNotNull(parseErrorArray0);
8508  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
8509  1 org.junit.Assert.assertNotNull(parseErrorList3);
8510  1 org.junit.Assert.assertTrue("'" + int4 + "' != '" + (-1) + "'", int4 == (-1));
8511  1 org.junit.Assert.assertNotNull(connection7);
8512  1 org.junit.Assert.assertNotNull(connection9);
8513  1 org.junit.Assert.assertNotNull(connection11);
8514  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
8515  1 org.junit.Assert.assertNotNull(parseErrorArray13);
8516  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
8517  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
8518  1 org.junit.Assert.assertNotNull(request20);
8519  1 org.junit.Assert.assertNotNull(request23);
8520  1 org.junit.Assert.assertTrue("'" + boolean25 + "' != '" + true + "'", boolean25 == true);
8521  1 org.junit.Assert.assertTrue("'" + int26 + "' != '" + (-1) + "'", int26 == (-1));
8522  1 org.junit.Assert.assertTrue("'" + method27 + "' != '" + org.jsoup.Connection.Method.HEAD + "'", method27.equals(org.jsoup.Connection.Method.HEAD));
8523  1 org.junit.Assert.assertNotNull(request28);
8524  1 org.junit.Assert.assertNotNull(strMap29);
8525    }
8526   
 
8527  1 toggle @Test
8528    public void test0825() throws Throwable {
8529  1 if (debug)
8530  0 System.out.format("%n%s%n", "RegressionTest1.test0825");
8531  1 org.jsoup.select.Evaluator.AttributeWithValue attributeWithValue2 = new org.jsoup.select.Evaluator.AttributeWithValue(" ", ":first-child");
8532    }
8533   
 
8534  1 toggle @Test
8535    public void test0826() throws Throwable {
8536  1 if (debug)
8537  0 System.out.format("%n%s%n", "RegressionTest1.test0826");
8538  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
8539  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
8540  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
8541  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
8542  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(false);
8543  1 org.jsoup.Connection.Request request7 = httpConnection0.request();
8544  1 org.jsoup.Connection connection10 = httpConnection0.cookie(":lt(52)", "multipart/form-data");
8545  1 org.jsoup.helper.HttpConnection httpConnection13 = new org.jsoup.helper.HttpConnection();
8546  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory14 = null;
8547  1 org.jsoup.Connection connection15 = httpConnection13.sslSocketFactory(sSLSocketFactory14);
8548  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory16 = null;
8549  1 org.jsoup.Connection connection17 = httpConnection13.sslSocketFactory(sSLSocketFactory16);
8550  1 org.jsoup.Connection.Request request18 = httpConnection13.request();
8551  1 org.jsoup.helper.HttpConnection httpConnection19 = new org.jsoup.helper.HttpConnection();
8552  1 org.jsoup.Connection.Request request20 = httpConnection19.request();
8553  1 org.jsoup.Connection.Request request23 = request20.addHeader("multipart/form-data", "hi!");
8554  1 java.util.Map<String, java.util.List<String>> strMap24 = request23.multiHeaders();
8555  1 java.util.Map<String, String> strMap25 = request23.cookies();
8556  1 org.jsoup.Connection connection26 = httpConnection13.headers(strMap25);
8557  1 java.io.InputStream inputStream29 = null;
8558  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream32 = new org.jsoup.internal.ConstrainableInputStream(inputStream29, 1, (int) (byte) 0);
8559  1 org.jsoup.Connection connection33 = httpConnection13.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream32);
8560  1 org.jsoup.Connection connection34 = httpConnection0.data("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!", "<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>", (java.io.InputStream) constrainableInputStream32);
8561  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream37 = org.jsoup.internal.ConstrainableInputStream.wrap((java.io.InputStream) constrainableInputStream32, (int) (short) 0, (int) (short) 10);
8562  1 org.junit.Assert.assertNotNull(request1);
8563  1 org.junit.Assert.assertNotNull(connection3);
8564  1 org.junit.Assert.assertNotNull(response4);
8565  1 org.junit.Assert.assertNotNull(connection6);
8566  1 org.junit.Assert.assertNotNull(request7);
8567  1 org.junit.Assert.assertNotNull(connection10);
8568  1 org.junit.Assert.assertNotNull(connection15);
8569  1 org.junit.Assert.assertNotNull(connection17);
8570  1 org.junit.Assert.assertNotNull(request18);
8571  1 org.junit.Assert.assertNotNull(request20);
8572  1 org.junit.Assert.assertNotNull(request23);
8573  1 org.junit.Assert.assertNotNull(strMap24);
8574  1 org.junit.Assert.assertNotNull(strMap25);
8575  1 org.junit.Assert.assertNotNull(connection26);
8576  1 org.junit.Assert.assertNotNull(connection33);
8577  1 org.junit.Assert.assertNotNull(connection34);
8578  1 org.junit.Assert.assertNotNull(constrainableInputStream37);
8579    }
8580   
 
8581  1 toggle @Test
8582    public void test0827() throws Throwable {
8583  1 if (debug)
8584  0 System.out.format("%n%s%n", "RegressionTest1.test0827");
8585  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
8586  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
8587  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
8588  1 java.util.Map<String, java.util.List<String>> strMap5 = request4.multiHeaders();
8589  1 org.jsoup.Connection.Request request7 = request4.ignoreHttpErrors(true);
8590  1 java.net.URL uRL8 = request7.url();
8591  1 int int9 = request7.maxBodySize();
8592  1 java.util.Map<String, java.util.List<String>> strMap10 = request7.multiHeaders();
8593  1 org.jsoup.Connection.Request request12 = request7.ignoreHttpErrors(false);
8594  1 org.junit.Assert.assertNotNull(request1);
8595  1 org.junit.Assert.assertNotNull(request4);
8596  1 org.junit.Assert.assertNotNull(strMap5);
8597  1 org.junit.Assert.assertNotNull(request7);
8598  1 org.junit.Assert.assertNull(uRL8);
8599  1 org.junit.Assert.assertTrue("'" + int9 + "' != '" + 1048576 + "'", int9 == 1048576);
8600  1 org.junit.Assert.assertNotNull(strMap10);
8601  1 org.junit.Assert.assertNotNull(request12);
8602    }
8603   
 
8604  1 toggle @Test
8605    public void test0828() throws Throwable {
8606  1 if (debug)
8607  0 System.out.format("%n%s%n", "RegressionTest1.test0828");
8608  1 org.jsoup.select.Evaluator.IndexEquals indexEquals1 = new org.jsoup.select.Evaluator.IndexEquals((int) (byte) -1);
8609  1 String str2 = indexEquals1.toString();
8610  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType5 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
8611  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8612  1 String str8 = document7.className();
8613  1 String str9 = document7.outerHtml();
8614  1 boolean boolean11 = document7.hasSameValue((Object) 1);
8615  1 String str12 = document7.tagName();
8616  1 org.jsoup.nodes.Document document14 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8617  1 org.jsoup.nodes.Element element16 = document14.val("hi!");
8618  1 boolean boolean17 = isNthLastOfType5.matches((org.jsoup.nodes.Element) document7, element16);
8619  1 String str18 = document7.wholeText();
8620  1 org.jsoup.nodes.Element element20 = document7.removeClass("#root=\"\"");
8621  1 org.jsoup.nodes.Document document21 = document7.ownerDocument();
8622  1 org.jsoup.nodes.Document document23 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8623  1 String str24 = document23.className();
8624  1 String str25 = document23.outerHtml();
8625  1 boolean boolean27 = document23.hasSameValue((Object) 1);
8626  1 String str28 = document23.tagName();
8627  1 org.jsoup.nodes.Element element29 = document23.shallowClone();
8628  1 boolean boolean30 = indexEquals1.matches((org.jsoup.nodes.Element) document21, (org.jsoup.nodes.Element) document23);
8629  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":eq(-1)" + "'", str2, ":eq(-1)");
8630  1 org.junit.Assert.assertNotNull(document7);
8631  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
8632  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str9, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
8633  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + false + "'", boolean11 == false);
8634  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "#root" + "'", str12, "#root");
8635  1 org.junit.Assert.assertNotNull(document14);
8636  1 org.junit.Assert.assertNotNull(element16);
8637  1 org.junit.Assert.assertTrue("'" + boolean17 + "' != '" + false + "'", boolean17 == false);
8638  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "hi!" + "'", str18, "hi!");
8639  1 org.junit.Assert.assertNotNull(element20);
8640  1 org.junit.Assert.assertNotNull(document21);
8641  1 org.junit.Assert.assertNotNull(document23);
8642  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "" + "'", str24, "");
8643  1 org.junit.Assert.assertEquals("'" + str25 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str25, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
8644  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + false + "'", boolean27 == false);
8645  1 org.junit.Assert.assertEquals("'" + str28 + "' != '" + "#root" + "'", str28, "#root");
8646  1 org.junit.Assert.assertNotNull(element29);
8647  1 org.junit.Assert.assertTrue("'" + boolean30 + "' != '" + false + "'", boolean30 == false);
8648    }
8649   
 
8650  1 toggle @Test
8651    public void test0829() throws Throwable {
8652  1 if (debug)
8653  0 System.out.format("%n%s%n", "RegressionTest1.test0829");
8654  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
8655  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
8656  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
8657  1 org.jsoup.Connection.Request request7 = request4.cookie("#text", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
8658  1 boolean boolean10 = request4.hasHeaderWithValue("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", "#document");
8659  1 java.util.Map<String, String> strMap11 = request4.headers();
8660  1 org.jsoup.Connection.Request request13 = request4.ignoreContentType(false);
8661  1 boolean boolean16 = request4.hasHeaderWithValue("Content-Type", " hi!=\"multipart/form-data\"");
8662  1 org.junit.Assert.assertNotNull(request1);
8663  1 org.junit.Assert.assertNotNull(request4);
8664  1 org.junit.Assert.assertNotNull(request7);
8665  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
8666  1 org.junit.Assert.assertNotNull(strMap11);
8667  1 org.junit.Assert.assertNotNull(request13);
8668  1 org.junit.Assert.assertTrue("'" + boolean16 + "' != '" + false + "'", boolean16 == false);
8669    }
8670   
 
8671  1 toggle @Test
8672    public void test0830() throws Throwable {
8673  1 if (debug)
8674  0 System.out.format("%n%s%n", "RegressionTest1.test0830");
8675  1 org.jsoup.nodes.Document document2 = org.jsoup.parser.Parser.parseBodyFragmentRelaxed(" ", "multipart/form-data");
8676  1 org.junit.Assert.assertNotNull(document2);
8677    }
8678   
 
8679  1 toggle @Test
8680    public void test0831() throws Throwable {
8681  1 if (debug)
8682  0 System.out.format("%n%s%n", "RegressionTest1.test0831");
8683  1 org.jsoup.nodes.Comment comment2 = new org.jsoup.nodes.Comment("", ":eq(-1)");
8684  1 boolean boolean3 = comment2.isXmlDeclaration();
8685  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
8686    }
8687   
 
8688  1 toggle @Test
8689    public void test0832() throws Throwable {
8690  1 if (debug)
8691  0 System.out.format("%n%s%n", "RegressionTest1.test0832");
8692  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
8693  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
8694  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
8695  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
8696  1 java.io.InputStream inputStream7 = null;
8697  1 org.jsoup.Connection connection8 = httpConnection0.data("#document", "hi!", inputStream7);
8698  1 org.jsoup.Connection.Request request9 = httpConnection0.request();
8699  1 org.junit.Assert.assertNotNull(request1);
8700  1 org.junit.Assert.assertNotNull(connection3);
8701  1 org.junit.Assert.assertNotNull(response4);
8702  1 org.junit.Assert.assertNotNull(connection8);
8703  1 org.junit.Assert.assertNotNull(request9);
8704    }
8705   
 
8706  1 toggle @Test
8707    public void test0833() throws Throwable {
8708  1 if (debug)
8709  0 System.out.format("%n%s%n", "RegressionTest1.test0833");
8710  1 boolean boolean1 = org.jsoup.internal.StringUtil.isNumeric(":contains(content-encoding)");
8711  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
8712    }
8713   
 
8714  1 toggle @Test
8715    public void test0834() throws Throwable {
8716  1 if (debug)
8717  0 System.out.format("%n%s%n", "RegressionTest1.test0834");
8718  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8719  1 String str2 = document1.wholeText();
8720  1 org.jsoup.select.Elements elements3 = document1.parents();
8721  1 org.jsoup.nodes.Element element4 = document1.shallowClone();
8722  1 Object obj5 = null;
8723  1 boolean boolean6 = document1.hasSameValue(obj5);
8724  1 org.jsoup.nodes.Element element8 = document1.removeAttr(":last-of-type");
8725  1 document1.title(":matches(null)");
8726  1 org.junit.Assert.assertNotNull(document1);
8727  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "hi!" + "'", str2, "hi!");
8728  1 org.junit.Assert.assertNotNull(elements3);
8729  1 org.junit.Assert.assertNotNull(element4);
8730  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
8731  1 org.junit.Assert.assertNotNull(element8);
8732    }
8733   
 
8734  1 toggle @Test
8735    public void test0835() throws Throwable {
8736  1 if (debug)
8737  0 System.out.format("%n%s%n", "RegressionTest1.test0835");
8738  1 org.jsoup.parser.ParseErrorList parseErrorList0 = org.jsoup.parser.ParseErrorList.noTracking();
8739  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream1 = parseErrorList0.stream();
8740  1 org.jsoup.nodes.Document document3 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8741  1 String str4 = document3.id();
8742  1 org.jsoup.select.Elements elements5 = document3.previousElementSiblings();
8743  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor6 = elements5.listIterator();
8744  1 boolean boolean8 = elements5.equals((Object) 1.0d);
8745  1 org.jsoup.select.Elements elements10 = elements5.after("");
8746  1 int int11 = parseErrorList0.indexOf((Object) "");
8747  1 String str12 = parseErrorList0.toString();
8748  1 java.util.function.UnaryOperator<org.jsoup.parser.ParseError> parseErrorUnaryOperator13 = null;
8749    // The following exception was thrown during execution in test generation
8750  1 try {
8751  1 parseErrorList0.replaceAll(parseErrorUnaryOperator13);
8752  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
8753    } catch (NullPointerException e) {
8754    // Expected exception.
8755    }
8756  1 org.junit.Assert.assertNotNull(parseErrorList0);
8757  1 org.junit.Assert.assertNotNull(parseErrorStream1);
8758  1 org.junit.Assert.assertNotNull(document3);
8759  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
8760  1 org.junit.Assert.assertNotNull(elements5);
8761  1 org.junit.Assert.assertNotNull(elementItor6);
8762  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
8763  1 org.junit.Assert.assertNotNull(elements10);
8764  1 org.junit.Assert.assertTrue("'" + int11 + "' != '" + (-1) + "'", int11 == (-1));
8765  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "[]" + "'", str12, "[]");
8766    }
8767   
 
8768  1 toggle @Test
8769    public void test0836() throws Throwable {
8770  1 if (debug)
8771  0 System.out.format("%n%s%n", "RegressionTest1.test0836");
8772  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8773  1 String str2 = document1.id();
8774  1 String str3 = document1.baseUri();
8775  1 org.jsoup.nodes.Element element5 = document1.toggleClass("multipart");
8776  1 org.jsoup.select.Elements elements6 = element5.children();
8777  1 org.junit.Assert.assertNotNull(document1);
8778  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
8779  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
8780  1 org.junit.Assert.assertNotNull(element5);
8781  1 org.junit.Assert.assertNotNull(elements6);
8782    }
8783   
 
8784  1 toggle @Test
8785    public void test0837() throws Throwable {
8786  1 if (debug)
8787  0 System.out.format("%n%s%n", "RegressionTest1.test0837");
8788  1 org.jsoup.helper.HttpConnection.KeyVal keyVal2 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
8789  1 java.io.InputStream inputStream3 = null;
8790  1 org.jsoup.Connection.KeyVal keyVal4 = keyVal2.inputStream(inputStream3);
8791  1 org.jsoup.helper.HttpConnection.KeyVal keyVal6 = keyVal2.key(":eq(-1)");
8792  1 boolean boolean7 = keyVal2.hasInputStream();
8793  1 org.junit.Assert.assertNotNull(keyVal2);
8794  1 org.junit.Assert.assertNotNull(keyVal4);
8795  1 org.junit.Assert.assertNotNull(keyVal6);
8796  1 org.junit.Assert.assertTrue("'" + boolean7 + "' != '" + false + "'", boolean7 == false);
8797    }
8798   
 
8799  1 toggle @Test
8800    public void test0838() throws Throwable {
8801  1 if (debug)
8802  0 System.out.format("%n%s%n", "RegressionTest1.test0838");
8803  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
8804  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
8805  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
8806  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
8807  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
8808  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
8809  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
8810  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
8811  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
8812  1 java.util.Map<String, java.util.List<String>> strMap11 = request10.multiHeaders();
8813  1 java.util.Map<String, String> strMap12 = request10.cookies();
8814  1 org.jsoup.Connection connection13 = httpConnection0.headers(strMap12);
8815  1 org.jsoup.Connection connection16 = connection13.data("multipart/form-data", "");
8816  1 org.jsoup.Connection connection18 = connection13.ignoreContentType(false);
8817  1 org.jsoup.Connection connection21 = connection18.data("hi!", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
8818  1 org.jsoup.Connection connection24 = connection21.cookie(":gt(35)", "Content-Encoding=#declaration");
8819  1 org.junit.Assert.assertNotNull(connection2);
8820  1 org.junit.Assert.assertNotNull(connection4);
8821  1 org.junit.Assert.assertNotNull(request5);
8822  1 org.junit.Assert.assertNotNull(request7);
8823  1 org.junit.Assert.assertNotNull(request10);
8824  1 org.junit.Assert.assertNotNull(strMap11);
8825  1 org.junit.Assert.assertNotNull(strMap12);
8826  1 org.junit.Assert.assertNotNull(connection13);
8827  1 org.junit.Assert.assertNotNull(connection16);
8828  1 org.junit.Assert.assertNotNull(connection18);
8829  1 org.junit.Assert.assertNotNull(connection21);
8830  1 org.junit.Assert.assertNotNull(connection24);
8831    }
8832   
 
8833  1 toggle @Test
8834    public void test0839() throws Throwable {
8835  1 if (debug)
8836  0 System.out.format("%n%s%n", "RegressionTest1.test0839");
8837  1 java.net.URL uRL0 = null;
8838    // The following exception was thrown during execution in test generation
8839  1 try {
8840  1 java.net.URL uRL2 = org.jsoup.internal.StringUtil.resolve(uRL0, "[mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/537.36 (khtml, like gecko) chrome/53.0.2785.143 safari/537.36*=#doctype]");
8841  0 org.junit.Assert.fail("Expected exception of type java.net.MalformedURLException; message: no protocol: [mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/537.36 (khtml, like gecko) chrome/53.0.2785.143 safari/537.36*=#doctype]");
8842    } catch (java.net.MalformedURLException e) {
8843    // Expected exception.
8844    }
8845    }
8846   
 
8847  1 toggle @Test
8848    public void test0840() throws Throwable {
8849  1 if (debug)
8850  0 System.out.format("%n%s%n", "RegressionTest1.test0840");
8851  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
8852  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8853  1 String str5 = document4.id();
8854  1 org.jsoup.select.Elements elements6 = document4.previousElementSiblings();
8855  1 org.jsoup.nodes.Element element7 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType2, (org.jsoup.nodes.Element) document4);
8856  1 org.jsoup.nodes.Document document9 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8857  1 String str10 = document9.className();
8858  1 String str11 = document9.outerHtml();
8859  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8860  1 String str14 = document13.id();
8861  1 String str15 = document13.baseUri();
8862  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan17 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
8863  1 boolean boolean18 = document13.is((org.jsoup.select.Evaluator) indexLessThan17);
8864  1 boolean boolean19 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document9, (org.jsoup.nodes.Element) document13);
8865  1 String str20 = document13.cssSelector();
8866  1 org.jsoup.nodes.Element element21 = document13.clearAttributes();
8867  1 org.jsoup.nodes.Node node22 = document13.clone();
8868  1 org.jsoup.select.Elements elements24 = document13.getElementsByAttribute("#root");
8869  1 org.jsoup.select.Elements elements26 = document13.getElementsByIndexGreaterThan(0);
8870  1 org.junit.Assert.assertNotNull(document4);
8871  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
8872  1 org.junit.Assert.assertNotNull(elements6);
8873  1 org.junit.Assert.assertNull(element7);
8874  1 org.junit.Assert.assertNotNull(document9);
8875  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "" + "'", str10, "");
8876  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str11, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
8877  1 org.junit.Assert.assertNotNull(document13);
8878  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
8879  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "" + "'", str15, "");
8880  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
8881  1 org.junit.Assert.assertTrue("'" + boolean19 + "' != '" + false + "'", boolean19 == false);
8882  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "#root" + "'", str20, "#root");
8883  1 org.junit.Assert.assertNotNull(element21);
8884  1 org.junit.Assert.assertNotNull(node22);
8885  1 org.junit.Assert.assertNotNull(elements24);
8886  1 org.junit.Assert.assertNotNull(elements26);
8887    }
8888   
 
8889  1 toggle @Test
8890    public void test0841() throws Throwable {
8891  1 if (debug)
8892  0 System.out.format("%n%s%n", "RegressionTest1.test0841");
8893  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
8894  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
8895  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
8896  1 org.jsoup.Connection connection4 = httpConnection0.ignoreContentType(true);
8897  1 java.io.InputStream inputStream7 = null;
8898  1 org.jsoup.Connection connection9 = httpConnection0.data("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "Content-Encoding", inputStream7, "Content-Encoding");
8899  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
8900  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
8901  1 org.jsoup.Connection connection13 = httpConnection10.referrer("multipart/form-data");
8902  1 org.jsoup.Connection.Response response14 = httpConnection10.response();
8903  1 org.jsoup.Connection connection16 = httpConnection10.ignoreContentType(false);
8904  1 org.jsoup.Connection.Request request17 = httpConnection10.request();
8905  1 org.jsoup.Connection connection20 = httpConnection10.cookie(":lt(52)", "multipart/form-data");
8906  1 org.jsoup.helper.HttpConnection httpConnection21 = new org.jsoup.helper.HttpConnection();
8907  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory22 = null;
8908  1 org.jsoup.Connection connection23 = httpConnection21.sslSocketFactory(sSLSocketFactory22);
8909  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory24 = null;
8910  1 org.jsoup.Connection connection25 = httpConnection21.sslSocketFactory(sSLSocketFactory24);
8911  1 org.jsoup.Connection.Request request26 = httpConnection21.request();
8912  1 org.jsoup.helper.HttpConnection httpConnection27 = new org.jsoup.helper.HttpConnection();
8913  1 org.jsoup.Connection.Request request28 = httpConnection27.request();
8914  1 org.jsoup.Connection.Request request31 = request28.addHeader("multipart/form-data", "hi!");
8915  1 java.util.Map<String, java.util.List<String>> strMap32 = request31.multiHeaders();
8916  1 java.util.Map<String, String> strMap33 = request31.cookies();
8917  1 org.jsoup.Connection connection34 = httpConnection21.headers(strMap33);
8918  1 org.jsoup.helper.HttpConnection.KeyVal keyVal37 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
8919  1 org.jsoup.Connection.KeyVal[] keyValArray38 = new org.jsoup.Connection.KeyVal[] { keyVal37 };
8920  1 java.util.ArrayList<org.jsoup.Connection.KeyVal> keyValList39 = new java.util.ArrayList<org.jsoup.Connection.KeyVal>();
8921  1 boolean boolean40 = java.util.Collections.addAll((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList39, keyValArray38);
8922  1 org.jsoup.Connection connection41 = connection34.data((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList39);
8923  1 org.jsoup.Connection connection42 = httpConnection10.data((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList39);
8924  1 org.jsoup.Connection connection43 = httpConnection0.data((java.util.Collection<org.jsoup.Connection.KeyVal>) keyValList39);
8925  1 org.jsoup.Connection connection46 = httpConnection0.data("application/x-www-form-urlencoded", ":eq(-1)");
8926  1 org.junit.Assert.assertNotNull(connection2);
8927  1 org.junit.Assert.assertNotNull(connection4);
8928  1 org.junit.Assert.assertNotNull(connection9);
8929  1 org.junit.Assert.assertNotNull(request11);
8930  1 org.junit.Assert.assertNotNull(connection13);
8931  1 org.junit.Assert.assertNotNull(response14);
8932  1 org.junit.Assert.assertNotNull(connection16);
8933  1 org.junit.Assert.assertNotNull(request17);
8934  1 org.junit.Assert.assertNotNull(connection20);
8935  1 org.junit.Assert.assertNotNull(connection23);
8936  1 org.junit.Assert.assertNotNull(connection25);
8937  1 org.junit.Assert.assertNotNull(request26);
8938  1 org.junit.Assert.assertNotNull(request28);
8939  1 org.junit.Assert.assertNotNull(request31);
8940  1 org.junit.Assert.assertNotNull(strMap32);
8941  1 org.junit.Assert.assertNotNull(strMap33);
8942  1 org.junit.Assert.assertNotNull(connection34);
8943  1 org.junit.Assert.assertNotNull(keyVal37);
8944  1 org.junit.Assert.assertNotNull(keyValArray38);
8945  1 org.junit.Assert.assertTrue("'" + boolean40 + "' != '" + true + "'", boolean40 == true);
8946  1 org.junit.Assert.assertNotNull(connection41);
8947  1 org.junit.Assert.assertNotNull(connection42);
8948  1 org.junit.Assert.assertNotNull(connection43);
8949  1 org.junit.Assert.assertNotNull(connection46);
8950    }
8951   
 
8952  1 toggle @Test
8953    public void test0842() throws Throwable {
8954  1 if (debug)
8955  0 System.out.format("%n%s%n", "RegressionTest1.test0842");
8956  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue(" ");
8957  1 String str2 = tokenQueue1.consumeWord();
8958    // The following exception was thrown during execution in test generation
8959  1 try {
8960  1 String str4 = tokenQueue1.chompToIgnoreCase("");
8961  0 org.junit.Assert.fail("Expected exception of type java.lang.StringIndexOutOfBoundsException; message: Range [0, 1) out of bounds for length 0");
8962    } catch (StringIndexOutOfBoundsException e) {
8963    // Expected exception.
8964    }
8965  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
8966    }
8967   
 
8968  1 toggle @Test
8969    public void test0843() throws Throwable {
8970  1 if (debug)
8971  0 System.out.format("%n%s%n", "RegressionTest1.test0843");
8972  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
8973  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8974  1 String str5 = document4.className();
8975  1 String str6 = document4.outerHtml();
8976  1 boolean boolean8 = document4.hasSameValue((Object) 1);
8977  1 String str9 = document4.tagName();
8978  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8979  1 org.jsoup.nodes.Element element13 = document11.val("hi!");
8980  1 boolean boolean14 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, element13);
8981  1 String str15 = document4.location();
8982  1 org.junit.Assert.assertNotNull(document4);
8983  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
8984  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str6, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
8985  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
8986  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "#root" + "'", str9, "#root");
8987  1 org.junit.Assert.assertNotNull(document11);
8988  1 org.junit.Assert.assertNotNull(element13);
8989  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
8990  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "" + "'", str15, "");
8991    }
8992   
 
8993  1 toggle @Test
8994    public void test0844() throws Throwable {
8995  1 if (debug)
8996  0 System.out.format("%n%s%n", "RegressionTest1.test0844");
8997  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
8998  1 String str2 = document1.id();
8999  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
9000  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
9001  1 org.jsoup.select.Elements elements7 = elements5.prev("#root");
9002  1 org.jsoup.parser.ParseError[] parseErrorArray8 = new org.jsoup.parser.ParseError[] {};
9003  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList9 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
9004  1 boolean boolean10 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList9, parseErrorArray8);
9005  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
9006  1 int int12 = parseErrorList9.indexOf((Object) parseErrorList11);
9007  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor13 = parseErrorList9.iterator();
9008  1 boolean boolean14 = elements5.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList9);
9009  1 org.jsoup.parser.ParseError parseError16 = null;
9010    // The following exception was thrown during execution in test generation
9011  1 try {
9012  1 org.jsoup.parser.ParseError parseError17 = parseErrorList9.set((int) (byte) 0, parseError16);
9013  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: Index 0 out of bounds for length 0");
9014    } catch (IndexOutOfBoundsException e) {
9015    // Expected exception.
9016    }
9017  1 org.junit.Assert.assertNotNull(document1);
9018  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
9019  1 org.junit.Assert.assertNotNull(elements3);
9020  1 org.junit.Assert.assertNotNull(elements5);
9021  1 org.junit.Assert.assertNotNull(elements7);
9022  1 org.junit.Assert.assertNotNull(parseErrorArray8);
9023  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
9024  1 org.junit.Assert.assertNotNull(parseErrorList11);
9025  1 org.junit.Assert.assertTrue("'" + int12 + "' != '" + (-1) + "'", int12 == (-1));
9026  1 org.junit.Assert.assertNotNull(parseErrorItor13);
9027  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
9028    }
9029   
 
9030  1 toggle @Test
9031    public void test0845() throws Throwable {
9032  1 if (debug)
9033  0 System.out.format("%n%s%n", "RegressionTest1.test0845");
9034  1 org.jsoup.parser.ParseSettings parseSettings2 = new org.jsoup.parser.ParseSettings(false, true);
9035  1 String str4 = parseSettings2.normalizeAttribute("");
9036  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
9037    }
9038   
 
9039  1 toggle @Test
9040    public void test0846() throws Throwable {
9041  1 if (debug)
9042  0 System.out.format("%n%s%n", "RegressionTest1.test0846");
9043  1 org.jsoup.HttpStatusException httpStatusException3 = new org.jsoup.HttpStatusException("Content-Type", (-1), "#declaration");
9044  1 String str4 = httpStatusException3.getUrl();
9045  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "#declaration" + "'", str4, "#declaration");
9046    }
9047   
 
9048  1 toggle @Test
9049    public void test0847() throws Throwable {
9050  1 if (debug)
9051  0 System.out.format("%n%s%n", "RegressionTest1.test0847");
9052  1 org.jsoup.nodes.Element element1 = null;
9053  1 org.jsoup.parser.ParseErrorList parseErrorList3 = org.jsoup.parser.ParseErrorList.noTracking();
9054  1 java.util.List<org.jsoup.nodes.Node> nodeList4 = org.jsoup.parser.Parser.parseFragment("", element1, "", parseErrorList3);
9055  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor5 = parseErrorList3.iterator();
9056  1 org.jsoup.parser.ParseError[] parseErrorArray6 = new org.jsoup.parser.ParseError[] {};
9057  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList7 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
9058  1 boolean boolean8 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList7, parseErrorArray6);
9059  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor9 = parseErrorList7.listIterator();
9060  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
9061  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
9062  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
9063  1 org.jsoup.Connection.Method method15 = request11.method();
9064  1 int int16 = parseErrorList7.indexOf((Object) request11);
9065  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream17 = parseErrorList7.stream();
9066  1 boolean boolean18 = parseErrorList3.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList7);
9067  1 org.junit.Assert.assertNotNull(parseErrorList3);
9068  1 org.junit.Assert.assertNotNull(nodeList4);
9069  1 org.junit.Assert.assertNotNull(parseErrorItor5);
9070  1 org.junit.Assert.assertNotNull(parseErrorArray6);
9071  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
9072  1 org.junit.Assert.assertNotNull(parseErrorItor9);
9073  1 org.junit.Assert.assertNotNull(request11);
9074  1 org.junit.Assert.assertNotNull(request14);
9075  1 org.junit.Assert.assertTrue("'" + method15 + "' != '" + org.jsoup.Connection.Method.GET + "'", method15.equals(org.jsoup.Connection.Method.GET));
9076  1 org.junit.Assert.assertTrue("'" + int16 + "' != '" + (-1) + "'", int16 == (-1));
9077  1 org.junit.Assert.assertNotNull(parseErrorStream17);
9078  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + true + "'", boolean18 == true);
9079    }
9080   
 
9081  1 toggle @Test
9082    public void test0848() throws Throwable {
9083  1 if (debug)
9084  0 System.out.format("%n%s%n", "RegressionTest1.test0848");
9085  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9086  1 String str2 = document1.id();
9087  1 String str3 = document1.baseUri();
9088  1 org.jsoup.nodes.Element element6 = document1.attr("", true);
9089  1 org.jsoup.nodes.Node node9 = document1.attr("#text", "");
9090  1 org.jsoup.nodes.Document.QuirksMode quirksMode10 = org.jsoup.nodes.Document.QuirksMode.noQuirks;
9091  1 org.jsoup.nodes.Document document11 = document1.quirksMode(quirksMode10);
9092  1 org.jsoup.select.Elements elements13 = document1.getElementsByAttribute("ultipart");
9093  1 org.junit.Assert.assertNotNull(document1);
9094  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
9095  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
9096  1 org.junit.Assert.assertNotNull(element6);
9097  1 org.junit.Assert.assertNotNull(node9);
9098  1 org.junit.Assert.assertTrue("'" + quirksMode10 + "' != '" + org.jsoup.nodes.Document.QuirksMode.noQuirks + "'", quirksMode10.equals(org.jsoup.nodes.Document.QuirksMode.noQuirks));
9099  1 org.junit.Assert.assertNotNull(document11);
9100  1 org.junit.Assert.assertNotNull(elements13);
9101    }
9102   
 
9103  1 toggle @Test
9104    public void test0849() throws Throwable {
9105  1 if (debug)
9106  0 System.out.format("%n%s%n", "RegressionTest1.test0849");
9107  1 boolean boolean1 = org.jsoup.parser.Tag.isKnownTag("#text");
9108  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
9109    }
9110   
 
9111  1 toggle @Test
9112    public void test0850() throws Throwable {
9113  1 if (debug)
9114  0 System.out.format("%n%s%n", "RegressionTest1.test0850");
9115  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9116  1 String str2 = document1.id();
9117  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
9118  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
9119  1 boolean boolean6 = elements3.equals((Object) 1.0d);
9120  1 org.jsoup.select.Elements elements8 = elements3.after("");
9121  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor10 = elements3.listIterator(0);
9122  1 org.jsoup.select.Elements elements11 = elements3.remove();
9123  1 org.jsoup.select.Elements elements13 = elements11.append(":contains(content-encoding)");
9124  1 org.jsoup.select.Elements elements15 = elements11.toggleClass(":matches(null)");
9125  1 org.junit.Assert.assertNotNull(document1);
9126  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
9127  1 org.junit.Assert.assertNotNull(elements3);
9128  1 org.junit.Assert.assertNotNull(elementItor4);
9129  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
9130  1 org.junit.Assert.assertNotNull(elements8);
9131  1 org.junit.Assert.assertNotNull(elementItor10);
9132  1 org.junit.Assert.assertNotNull(elements11);
9133  1 org.junit.Assert.assertNotNull(elements13);
9134  1 org.junit.Assert.assertNotNull(elements15);
9135    }
9136   
 
9137  1 toggle @Test
9138    public void test0851() throws Throwable {
9139  1 if (debug)
9140  0 System.out.format("%n%s%n", "RegressionTest1.test0851");
9141  1 String str1 = org.jsoup.nodes.Entities.escape(" hi!=\"multipart/form-data\"");
9142  1 org.junit.Assert.assertEquals("'" + str1 + "' != '" + " hi!=\"multipart/form-data\"" + "'", str1, " hi!=\"multipart/form-data\"");
9143    }
9144   
 
9145  1 toggle @Test
9146    public void test0852() throws Throwable {
9147  1 if (debug)
9148  0 System.out.format("%n%s%n", "RegressionTest1.test0852");
9149  1 java.util.Iterator iterator0 = null;
9150    // The following exception was thrown during execution in test generation
9151  1 try {
9152  1 String str2 = org.jsoup.internal.StringUtil.join(iterator0, "#root=\"\"");
9153  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"java.util.Iterator.hasNext()\" because \"strings\" is null");
9154    } catch (NullPointerException e) {
9155    // Expected exception.
9156    }
9157    }
9158   
 
9159  1 toggle @Test
9160    public void test0853() throws Throwable {
9161  1 if (debug)
9162  0 System.out.format("%n%s%n", "RegressionTest1.test0853");
9163  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
9164  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
9165  1 java.net.URL uRL2 = response1.url();
9166  1 String str4 = response1.header(" ");
9167  1 org.junit.Assert.assertNotNull(response1);
9168  1 org.junit.Assert.assertNull(uRL2);
9169  1 org.junit.Assert.assertNull(str4);
9170    }
9171   
 
9172  1 toggle @Test
9173    public void test0854() throws Throwable {
9174  1 if (debug)
9175  0 System.out.format("%n%s%n", "RegressionTest1.test0854");
9176  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
9177  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
9178  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
9179  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType5 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
9180  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9181  1 String str8 = document7.className();
9182  1 String str9 = document7.outerHtml();
9183  1 boolean boolean11 = document7.hasSameValue((Object) 1);
9184  1 String str12 = document7.tagName();
9185  1 org.jsoup.nodes.Document document14 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9186  1 org.jsoup.nodes.Element element16 = document14.val("hi!");
9187  1 boolean boolean17 = isNthLastOfType5.matches((org.jsoup.nodes.Element) document7, element16);
9188  1 String str18 = document7.wholeText();
9189  1 int int19 = parseErrorList1.indexOf((Object) document7);
9190    // The following exception was thrown during execution in test generation
9191  1 try {
9192  1 org.jsoup.parser.ParseError parseError21 = parseErrorList1.remove((int) '#');
9193  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: Index 35 out of bounds for length 0");
9194    } catch (IndexOutOfBoundsException e) {
9195    // Expected exception.
9196    }
9197  1 org.junit.Assert.assertNotNull(parseErrorArray0);
9198  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
9199  1 org.junit.Assert.assertNotNull(document7);
9200  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
9201  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str9, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
9202  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + false + "'", boolean11 == false);
9203  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "#root" + "'", str12, "#root");
9204  1 org.junit.Assert.assertNotNull(document14);
9205  1 org.junit.Assert.assertNotNull(element16);
9206  1 org.junit.Assert.assertTrue("'" + boolean17 + "' != '" + false + "'", boolean17 == false);
9207  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "hi!" + "'", str18, "hi!");
9208  1 org.junit.Assert.assertTrue("'" + int19 + "' != '" + (-1) + "'", int19 == (-1));
9209    }
9210   
 
9211  1 toggle @Test
9212    public void test0855() throws Throwable {
9213  1 if (debug)
9214  0 System.out.format("%n%s%n", "RegressionTest1.test0855");
9215  1 org.jsoup.nodes.Document document2 = org.jsoup.parser.Parser.parse("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]", "[public=<!#root!>]");
9216  1 org.jsoup.nodes.Element element4 = document2.text("[public=<!#root!>]");
9217  1 org.junit.Assert.assertNotNull(document2);
9218  1 org.junit.Assert.assertNotNull(element4);
9219    }
9220   
 
9221  1 toggle @Test
9222    public void test0856() throws Throwable {
9223  1 if (debug)
9224  0 System.out.format("%n%s%n", "RegressionTest1.test0856");
9225  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
9226  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
9227  1 String str3 = response1.header("Content-Encoding");
9228  1 int int4 = response1.statusCode();
9229  1 org.junit.Assert.assertNotNull(response1);
9230  1 org.junit.Assert.assertNull(str3);
9231  1 org.junit.Assert.assertTrue("'" + int4 + "' != '" + 0 + "'", int4 == 0);
9232    }
9233   
 
9234  1 toggle @Test
9235    public void test0857() throws Throwable {
9236  1 if (debug)
9237  0 System.out.format("%n%s%n", "RegressionTest1.test0857");
9238  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
9239  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
9240  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
9241  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
9242  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
9243  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
9244  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
9245  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
9246  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
9247  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
9248  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
9249  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
9250  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
9251  1 java.util.Map<String, String> strMap16 = request14.cookies();
9252  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
9253  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
9254  1 java.io.InputStream inputStream23 = null;
9255  1 org.jsoup.helper.HttpConnection.KeyVal keyVal24 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream23);
9256  1 java.io.InputStream inputStream25 = keyVal24.inputStream();
9257  1 org.jsoup.helper.HttpConnection httpConnection26 = new org.jsoup.helper.HttpConnection();
9258  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory27 = null;
9259  1 org.jsoup.Connection connection28 = httpConnection26.sslSocketFactory(sSLSocketFactory27);
9260  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory29 = null;
9261  1 org.jsoup.Connection connection30 = httpConnection26.sslSocketFactory(sSLSocketFactory29);
9262  1 org.jsoup.Connection.Request request31 = httpConnection26.request();
9263  1 org.jsoup.helper.HttpConnection httpConnection32 = new org.jsoup.helper.HttpConnection();
9264  1 org.jsoup.Connection.Request request33 = httpConnection32.request();
9265  1 org.jsoup.Connection.Request request36 = request33.addHeader("multipart/form-data", "hi!");
9266  1 java.util.Map<String, java.util.List<String>> strMap37 = request36.multiHeaders();
9267  1 java.util.Map<String, String> strMap38 = request36.cookies();
9268  1 org.jsoup.Connection connection39 = httpConnection26.headers(strMap38);
9269  1 java.io.InputStream inputStream42 = null;
9270  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream45 = new org.jsoup.internal.ConstrainableInputStream(inputStream42, 1, (int) (byte) 0);
9271  1 org.jsoup.Connection connection46 = httpConnection26.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream45);
9272  1 org.jsoup.helper.HttpConnection.KeyVal keyVal47 = keyVal24.inputStream((java.io.InputStream) constrainableInputStream45);
9273  1 constrainableInputStream45.skipNBytes(0L);
9274  1 org.jsoup.Connection connection50 = httpConnection0.data("[:eq(-1)!=#doctype]", ":contains(content-encoding)", (java.io.InputStream) constrainableInputStream45);
9275  1 constrainableInputStream45.close();
9276    // The following exception was thrown during execution in test generation
9277  1 try {
9278  1 byte[] byteArray53 = constrainableInputStream45.readNBytes(1048576);
9279  0 org.junit.Assert.fail("Expected exception of type java.io.IOException; message: Stream closed");
9280    } catch (java.io.IOException e) {
9281    // Expected exception.
9282    }
9283  1 org.junit.Assert.assertNotNull(request1);
9284  1 org.junit.Assert.assertNotNull(connection3);
9285  1 org.junit.Assert.assertNotNull(connection6);
9286  1 org.junit.Assert.assertNotNull(connection8);
9287  1 org.junit.Assert.assertNotNull(request9);
9288  1 org.junit.Assert.assertNotNull(request11);
9289  1 org.junit.Assert.assertNotNull(request14);
9290  1 org.junit.Assert.assertNotNull(strMap15);
9291  1 org.junit.Assert.assertNotNull(strMap16);
9292  1 org.junit.Assert.assertNotNull(connection17);
9293  1 org.junit.Assert.assertNotNull(connection18);
9294  1 org.junit.Assert.assertNotNull(keyVal24);
9295  1 org.junit.Assert.assertNull(inputStream25);
9296  1 org.junit.Assert.assertNotNull(connection28);
9297  1 org.junit.Assert.assertNotNull(connection30);
9298  1 org.junit.Assert.assertNotNull(request31);
9299  1 org.junit.Assert.assertNotNull(request33);
9300  1 org.junit.Assert.assertNotNull(request36);
9301  1 org.junit.Assert.assertNotNull(strMap37);
9302  1 org.junit.Assert.assertNotNull(strMap38);
9303  1 org.junit.Assert.assertNotNull(connection39);
9304  1 org.junit.Assert.assertNotNull(connection46);
9305  1 org.junit.Assert.assertNotNull(keyVal47);
9306  1 org.junit.Assert.assertNotNull(connection50);
9307    }
9308   
 
9309  1 toggle @Test
9310    public void test0858() throws Throwable {
9311  1 if (debug)
9312  0 System.out.format("%n%s%n", "RegressionTest1.test0858");
9313  1 boolean boolean1 = org.jsoup.internal.StringUtil.isBlank("[:eq(-1)!=#doctype]");
9314  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
9315    }
9316   
 
9317  1 toggle @Test
9318    public void test0859() throws Throwable {
9319  1 if (debug)
9320  0 System.out.format("%n%s%n", "RegressionTest1.test0859");
9321  1 java.util.regex.Pattern pattern0 = null;
9322  1 org.jsoup.select.Evaluator.MatchesOwn matchesOwn1 = new org.jsoup.select.Evaluator.MatchesOwn(pattern0);
9323  1 String str2 = matchesOwn1.toString();
9324  1 String str3 = matchesOwn1.toString();
9325  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":matchesOwn(null)" + "'", str2, ":matchesOwn(null)");
9326  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + ":matchesOwn(null)" + "'", str3, ":matchesOwn(null)");
9327    }
9328   
 
9329  1 toggle @Test
9330    public void test0860() throws Throwable {
9331  1 if (debug)
9332  0 System.out.format("%n%s%n", "RegressionTest1.test0860");
9333  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
9334  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9335  1 String str5 = document4.id();
9336  1 org.jsoup.select.Elements elements6 = document4.previousElementSiblings();
9337  1 org.jsoup.nodes.Element element7 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType2, (org.jsoup.nodes.Element) document4);
9338  1 org.jsoup.select.Elements elements9 = document4.getElementsContainingOwnText(":matches(null)");
9339  1 org.junit.Assert.assertNotNull(document4);
9340  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
9341  1 org.junit.Assert.assertNotNull(elements6);
9342  1 org.junit.Assert.assertNull(element7);
9343  1 org.junit.Assert.assertNotNull(elements9);
9344    }
9345   
 
9346  1 toggle @Test
9347    public void test0861() throws Throwable {
9348  1 if (debug)
9349  0 System.out.format("%n%s%n", "RegressionTest1.test0861");
9350  1 org.jsoup.nodes.Document.OutputSettings outputSettings0 = new org.jsoup.nodes.Document.OutputSettings();
9351  1 boolean boolean1 = outputSettings0.outline();
9352  1 int int2 = outputSettings0.indentAmount();
9353  1 org.jsoup.nodes.Document.OutputSettings outputSettings4 = outputSettings0.indentAmount(1);
9354  1 java.nio.charset.Charset charset5 = outputSettings4.charset();
9355  1 org.jsoup.nodes.Document.OutputSettings outputSettings7 = outputSettings4.indentAmount(10);
9356  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
9357  1 org.junit.Assert.assertTrue("'" + int2 + "' != '" + 1 + "'", int2 == 1);
9358  1 org.junit.Assert.assertNotNull(outputSettings4);
9359  1 org.junit.Assert.assertNotNull(charset5);
9360  1 org.junit.Assert.assertNotNull(outputSettings7);
9361    }
9362   
 
9363  1 toggle @Test
9364    public void test0862() throws Throwable {
9365  1 if (debug)
9366  0 System.out.format("%n%s%n", "RegressionTest1.test0862");
9367  1 org.jsoup.parser.ParseError[] parseErrorArray1 = new org.jsoup.parser.ParseError[] {};
9368  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList2 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
9369  1 boolean boolean3 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList2, parseErrorArray1);
9370  1 org.jsoup.parser.ParseErrorList parseErrorList4 = org.jsoup.parser.ParseErrorList.noTracking();
9371  1 int int5 = parseErrorList2.indexOf((Object) parseErrorList4);
9372  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
9373  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
9374  1 org.jsoup.Connection connection8 = httpConnection6.sslSocketFactory(sSLSocketFactory7);
9375  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory9 = null;
9376  1 org.jsoup.Connection connection10 = httpConnection6.sslSocketFactory(sSLSocketFactory9);
9377  1 org.jsoup.Connection connection12 = httpConnection6.ignoreContentType(true);
9378  1 boolean boolean13 = parseErrorList2.equals((Object) true);
9379  1 org.jsoup.nodes.DataNode dataNode16 = org.jsoup.nodes.DataNode.createFromEncoded("#text", "");
9380  1 String str17 = dataNode16.getWholeData();
9381  1 org.jsoup.nodes.DataNode dataNode19 = dataNode16.setWholeData("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
9382  1 org.jsoup.nodes.LeafNode[] leafNodeArray20 = new org.jsoup.nodes.LeafNode[] { dataNode19 };
9383  1 org.jsoup.nodes.LeafNode[] leafNodeArray21 = parseErrorList2.toArray(leafNodeArray20);
9384  1 org.jsoup.select.Selector.SelectorParseException selectorParseException22 = new org.jsoup.select.Selector.SelectorParseException(":lt(52)", (Object[]) leafNodeArray21);
9385  1 Throwable[] throwableArray23 = selectorParseException22.getSuppressed();
9386  1 String str24 = selectorParseException22.toString();
9387  1 org.junit.Assert.assertNotNull(parseErrorArray1);
9388  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
9389  1 org.junit.Assert.assertNotNull(parseErrorList4);
9390  1 org.junit.Assert.assertTrue("'" + int5 + "' != '" + (-1) + "'", int5 == (-1));
9391  1 org.junit.Assert.assertNotNull(connection8);
9392  1 org.junit.Assert.assertNotNull(connection10);
9393  1 org.junit.Assert.assertNotNull(connection12);
9394  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + false + "'", boolean13 == false);
9395  1 org.junit.Assert.assertNotNull(dataNode16);
9396  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "#text" + "'", str17, "#text");
9397  1 org.junit.Assert.assertNotNull(dataNode19);
9398  1 org.junit.Assert.assertNotNull(leafNodeArray20);
9399  1 org.junit.Assert.assertNotNull(leafNodeArray21);
9400  1 org.junit.Assert.assertNotNull(throwableArray23);
9401  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "org.jsoup.select.Selector$SelectorParseException: :lt(52)" + "'", str24, "org.jsoup.select.Selector$SelectorParseException: :lt(52)");
9402    }
9403   
 
9404  1 toggle @Test
9405    public void test0863() throws Throwable {
9406  1 if (debug)
9407  0 System.out.format("%n%s%n", "RegressionTest1.test0863");
9408  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan1 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
9409  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType4 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
9410  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9411  1 String str7 = document6.id();
9412  1 org.jsoup.select.Elements elements8 = document6.previousElementSiblings();
9413  1 org.jsoup.nodes.Element element9 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType4, (org.jsoup.nodes.Element) document6);
9414  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9415  1 String str12 = document11.className();
9416  1 String str13 = document11.outerHtml();
9417  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9418  1 String str16 = document15.id();
9419  1 String str17 = document15.baseUri();
9420  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan19 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
9421  1 boolean boolean20 = document15.is((org.jsoup.select.Evaluator) indexLessThan19);
9422  1 boolean boolean21 = isNthLastOfType4.matches((org.jsoup.nodes.Element) document11, (org.jsoup.nodes.Element) document15);
9423  1 String str22 = document15.cssSelector();
9424  1 org.jsoup.nodes.Document document24 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9425  1 String str25 = document24.className();
9426  1 String str26 = document24.outerHtml();
9427  1 boolean boolean28 = document24.hasSameValue((Object) 1);
9428  1 boolean boolean29 = indexLessThan1.matches((org.jsoup.nodes.Element) document15, (org.jsoup.nodes.Element) document24);
9429  1 org.jsoup.nodes.Document.QuirksMode quirksMode30 = org.jsoup.nodes.Document.QuirksMode.quirks;
9430  1 org.jsoup.nodes.Document document31 = document24.quirksMode(quirksMode30);
9431  1 org.jsoup.select.Elements elements34 = document31.getElementsByAttributeValueMatching("multipart/form-data", "hi!");
9432  1 java.util.Set<String> strSet35 = document31.classNames();
9433  1 org.jsoup.nodes.DocumentType documentType40 = new org.jsoup.nodes.DocumentType("hi!", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", "#root");
9434  1 String str41 = documentType40.nodeName();
9435  1 documentType40.setPubSysKey(":eq(-1)");
9436  1 boolean boolean45 = documentType40.hasAttr("");
9437  1 org.jsoup.nodes.Node node46 = documentType40.shallowClone();
9438  1 org.jsoup.nodes.Element element47 = document31.prependChild(node46);
9439  1 org.junit.Assert.assertNotNull(document6);
9440  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
9441  1 org.junit.Assert.assertNotNull(elements8);
9442  1 org.junit.Assert.assertNull(element9);
9443  1 org.junit.Assert.assertNotNull(document11);
9444  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
9445  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str13, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
9446  1 org.junit.Assert.assertNotNull(document15);
9447  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
9448  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
9449  1 org.junit.Assert.assertTrue("'" + boolean20 + "' != '" + false + "'", boolean20 == false);
9450  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
9451  1 org.junit.Assert.assertEquals("'" + str22 + "' != '" + "#root" + "'", str22, "#root");
9452  1 org.junit.Assert.assertNotNull(document24);
9453  1 org.junit.Assert.assertEquals("'" + str25 + "' != '" + "" + "'", str25, "");
9454  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str26, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
9455  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
9456  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
9457  1 org.junit.Assert.assertTrue("'" + quirksMode30 + "' != '" + org.jsoup.nodes.Document.QuirksMode.quirks + "'", quirksMode30.equals(org.jsoup.nodes.Document.QuirksMode.quirks));
9458  1 org.junit.Assert.assertNotNull(document31);
9459  1 org.junit.Assert.assertNotNull(elements34);
9460  1 org.junit.Assert.assertNotNull(strSet35);
9461  1 org.junit.Assert.assertEquals("'" + str41 + "' != '" + "#doctype" + "'", str41, "#doctype");
9462  1 org.junit.Assert.assertTrue("'" + boolean45 + "' != '" + false + "'", boolean45 == false);
9463  1 org.junit.Assert.assertNotNull(node46);
9464  1 org.junit.Assert.assertNotNull(element47);
9465    }
9466   
 
9467  1 toggle @Test
9468    public void test0864() throws Throwable {
9469  1 if (debug)
9470  0 System.out.format("%n%s%n", "RegressionTest1.test0864");
9471  1 org.jsoup.select.Evaluator.Tag tag1 = new org.jsoup.select.Evaluator.Tag("multipart");
9472    }
9473   
 
9474  1 toggle @Test
9475    public void test0865() throws Throwable {
9476  1 if (debug)
9477  0 System.out.format("%n%s%n", "RegressionTest1.test0865");
9478  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
9479  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
9480  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory2 = null;
9481  1 org.jsoup.Connection connection3 = httpConnection0.sslSocketFactory(sSLSocketFactory2);
9482  1 org.jsoup.nodes.Document document5 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9483  1 String str6 = document5.id();
9484  1 String str7 = document5.baseUri();
9485  1 org.jsoup.nodes.Element element8 = document5.clearAttributes();
9486  1 java.util.Map<String, String> strMap9 = document5.dataset();
9487  1 org.jsoup.Connection connection10 = httpConnection0.cookies(strMap9);
9488  1 org.jsoup.Connection connection12 = httpConnection0.ignoreContentType(false);
9489  1 org.jsoup.Connection connection15 = connection12.proxy("Content-Encoding=\"#root\"", (int) 'u');
9490  1 org.jsoup.helper.HttpConnection httpConnection16 = new org.jsoup.helper.HttpConnection();
9491  1 org.jsoup.Connection.Request request17 = httpConnection16.request();
9492  1 org.jsoup.Connection.Request request20 = request17.addHeader("multipart/form-data", "hi!");
9493  1 org.jsoup.Connection.Request request23 = request20.cookie("#text", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
9494  1 boolean boolean26 = request20.hasHeaderWithValue("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", "#document");
9495  1 org.jsoup.Connection.Request request29 = request20.cookie("#document", "#document");
9496  1 java.util.Map<String, String> strMap30 = request29.headers();
9497  1 org.jsoup.Connection connection31 = connection15.data(strMap30);
9498  1 org.junit.Assert.assertNotNull(request1);
9499  1 org.junit.Assert.assertNotNull(connection3);
9500  1 org.junit.Assert.assertNotNull(document5);
9501  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
9502  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
9503  1 org.junit.Assert.assertNotNull(element8);
9504  1 org.junit.Assert.assertNotNull(strMap9);
9505  1 org.junit.Assert.assertNotNull(connection10);
9506  1 org.junit.Assert.assertNotNull(connection12);
9507  1 org.junit.Assert.assertNotNull(connection15);
9508  1 org.junit.Assert.assertNotNull(request17);
9509  1 org.junit.Assert.assertNotNull(request20);
9510  1 org.junit.Assert.assertNotNull(request23);
9511  1 org.junit.Assert.assertTrue("'" + boolean26 + "' != '" + false + "'", boolean26 == false);
9512  1 org.junit.Assert.assertNotNull(request29);
9513  1 org.junit.Assert.assertNotNull(strMap30);
9514  1 org.junit.Assert.assertNotNull(connection31);
9515    }
9516   
 
9517  1 toggle @Test
9518    public void test0866() throws Throwable {
9519  1 if (debug)
9520  0 System.out.format("%n%s%n", "RegressionTest1.test0866");
9521  1 org.jsoup.select.Evaluator.ContainsData containsData1 = new org.jsoup.select.Evaluator.ContainsData(" ");
9522  1 String str2 = containsData1.toString();
9523  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":containsData( )" + "'", str2, ":containsData( )");
9524    }
9525   
 
9526  1 toggle @Test
9527    public void test0867() throws Throwable {
9528  1 if (debug)
9529  0 System.out.format("%n%s%n", "RegressionTest1.test0867");
9530  1 org.jsoup.nodes.DataNode dataNode2 = org.jsoup.nodes.DataNode.createFromEncoded("#text", "");
9531  1 String str3 = dataNode2.getWholeData();
9532  1 org.jsoup.nodes.DataNode dataNode5 = dataNode2.setWholeData("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
9533  1 org.jsoup.nodes.DataNode dataNode7 = dataNode5.setWholeData("<!#root!>");
9534  1 java.util.List<org.jsoup.nodes.Node> nodeList8 = dataNode5.childNodes();
9535  1 String str9 = dataNode5.toString();
9536  1 String str10 = dataNode5.toString();
9537  1 org.junit.Assert.assertNotNull(dataNode2);
9538  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "#text" + "'", str3, "#text");
9539  1 org.junit.Assert.assertNotNull(dataNode5);
9540  1 org.junit.Assert.assertNotNull(dataNode7);
9541  1 org.junit.Assert.assertNotNull(nodeList8);
9542  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "<!#root!>" + "'", str9, "<!#root!>");
9543  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "<!#root!>" + "'", str10, "<!#root!>");
9544    }
9545   
 
9546  1 toggle @Test
9547    public void test0868() throws Throwable {
9548  1 if (debug)
9549  0 System.out.format("%n%s%n", "RegressionTest1.test0868");
9550    // The following exception was thrown during execution in test generation
9551  1 try {
9552  1 org.jsoup.Connection connection1 = org.jsoup.helper.HttpConnection.connect("application/x-www-form-urlencoded");
9553  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Malformed URL: application/x-www-form-urlencoded");
9554    } catch (IllegalArgumentException e) {
9555    // Expected exception.
9556    }
9557    }
9558   
 
9559  1 toggle @Test
9560    public void test0869() throws Throwable {
9561  1 if (debug)
9562  0 System.out.format("%n%s%n", "RegressionTest1.test0869");
9563  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9564  1 String str2 = document1.id();
9565  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
9566  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
9567  1 boolean boolean6 = elements3.equals((Object) 1.0d);
9568  1 String str7 = elements3.text();
9569  1 org.jsoup.select.Elements elements9 = elements3.wrap("#root");
9570  1 org.jsoup.select.Elements elements11 = elements9.toggleClass("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
9571  1 org.jsoup.select.Elements elements13 = elements9.html("#text");
9572  1 org.jsoup.select.Elements elements15 = elements9.removeClass(":last-of-type");
9573  1 org.jsoup.select.Elements elements16 = new org.jsoup.select.Elements((java.util.Collection<org.jsoup.nodes.Element>) elements9);
9574  1 java.util.function.UnaryOperator<org.jsoup.nodes.Element> elementUnaryOperator17 = null;
9575    // The following exception was thrown during execution in test generation
9576  1 try {
9577  1 elements16.replaceAll(elementUnaryOperator17);
9578  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: null");
9579    } catch (NullPointerException e) {
9580    // Expected exception.
9581    }
9582  1 org.junit.Assert.assertNotNull(document1);
9583  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
9584  1 org.junit.Assert.assertNotNull(elements3);
9585  1 org.junit.Assert.assertNotNull(elementItor4);
9586  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
9587  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
9588  1 org.junit.Assert.assertNotNull(elements9);
9589  1 org.junit.Assert.assertNotNull(elements11);
9590  1 org.junit.Assert.assertNotNull(elements13);
9591  1 org.junit.Assert.assertNotNull(elements15);
9592    }
9593   
 
9594  1 toggle @Test
9595    public void test0870() throws Throwable {
9596  1 if (debug)
9597  0 System.out.format("%n%s%n", "RegressionTest1.test0870");
9598  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9599  1 String str2 = document1.id();
9600  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
9601  1 org.jsoup.nodes.Element element4 = elements3.last();
9602  1 String str6 = org.jsoup.internal.StringUtil.join((java.util.Collection) elements3, "");
9603  1 org.junit.Assert.assertNotNull(document1);
9604  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
9605  1 org.junit.Assert.assertNotNull(elements3);
9606  1 org.junit.Assert.assertNull(element4);
9607  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
9608    }
9609   
 
9610  1 toggle @Test
9611    public void test0871() throws Throwable {
9612  1 if (debug)
9613  0 System.out.format("%n%s%n", "RegressionTest1.test0871");
9614  1 org.jsoup.helper.HttpConnection.KeyVal keyVal2 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
9615  1 java.io.InputStream inputStream3 = null;
9616  1 org.jsoup.Connection.KeyVal keyVal4 = keyVal2.inputStream(inputStream3);
9617  1 org.jsoup.helper.HttpConnection.KeyVal keyVal6 = keyVal2.key(":eq(-1)");
9618  1 java.io.InputStream inputStream7 = null;
9619  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream10 = new org.jsoup.internal.ConstrainableInputStream(inputStream7, 1, (int) (byte) 0);
9620  1 org.jsoup.helper.HttpConnection.KeyVal keyVal11 = keyVal2.inputStream((java.io.InputStream) constrainableInputStream10);
9621  1 String str12 = keyVal2.key();
9622  1 org.junit.Assert.assertNotNull(keyVal2);
9623  1 org.junit.Assert.assertNotNull(keyVal4);
9624  1 org.junit.Assert.assertNotNull(keyVal6);
9625  1 org.junit.Assert.assertNotNull(keyVal11);
9626  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + ":eq(-1)" + "'", str12, ":eq(-1)");
9627    }
9628   
 
9629  1 toggle @Test
9630    public void test0872() throws Throwable {
9631  1 if (debug)
9632  0 System.out.format("%n%s%n", "RegressionTest1.test0872");
9633  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9634  1 String str2 = document1.id();
9635  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
9636  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
9637  1 org.jsoup.parser.ParseError[] parseErrorArray6 = new org.jsoup.parser.ParseError[] {};
9638  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList7 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
9639  1 boolean boolean8 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList7, parseErrorArray6);
9640  1 org.jsoup.parser.ParseErrorList parseErrorList9 = org.jsoup.parser.ParseErrorList.noTracking();
9641  1 int int10 = parseErrorList7.indexOf((Object) parseErrorList9);
9642  1 boolean boolean11 = elements5.equals((Object) parseErrorList9);
9643  1 org.jsoup.nodes.Element element13 = null;
9644  1 org.jsoup.parser.ParseErrorList parseErrorList15 = org.jsoup.parser.ParseErrorList.noTracking();
9645  1 java.util.List<org.jsoup.nodes.Node> nodeList16 = org.jsoup.parser.Parser.parseFragment("", element13, "", parseErrorList15);
9646  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor17 = parseErrorList15.listIterator();
9647  1 boolean boolean18 = parseErrorList9.removeAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList15);
9648  1 org.junit.Assert.assertNotNull(document1);
9649  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
9650  1 org.junit.Assert.assertNotNull(elements3);
9651  1 org.junit.Assert.assertNotNull(elements5);
9652  1 org.junit.Assert.assertNotNull(parseErrorArray6);
9653  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
9654  1 org.junit.Assert.assertNotNull(parseErrorList9);
9655  1 org.junit.Assert.assertTrue("'" + int10 + "' != '" + (-1) + "'", int10 == (-1));
9656  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + true + "'", boolean11 == true);
9657  1 org.junit.Assert.assertNotNull(parseErrorList15);
9658  1 org.junit.Assert.assertNotNull(nodeList16);
9659  1 org.junit.Assert.assertNotNull(parseErrorItor17);
9660  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
9661    }
9662   
 
9663  1 toggle @Test
9664    public void test0873() throws Throwable {
9665  1 if (debug)
9666  0 System.out.format("%n%s%n", "RegressionTest1.test0873");
9667  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9668  1 org.jsoup.nodes.Element element3 = document1.val("hi!");
9669  1 org.jsoup.nodes.Element element5 = element3.html("");
9670  1 String str6 = element3.tagName();
9671  1 org.jsoup.select.Elements elements8 = element3.getElementsByAttribute("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
9672  1 org.jsoup.select.Elements elements10 = elements8.addClass("#root=\"\"");
9673  1 String str11 = elements8.val();
9674  1 org.junit.Assert.assertNotNull(document1);
9675  1 org.junit.Assert.assertNotNull(element3);
9676  1 org.junit.Assert.assertNotNull(element5);
9677  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "#root" + "'", str6, "#root");
9678  1 org.junit.Assert.assertNotNull(elements8);
9679  1 org.junit.Assert.assertNotNull(elements10);
9680  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "" + "'", str11, "");
9681    }
9682   
 
9683  1 toggle @Test
9684    public void test0874() throws Throwable {
9685  1 if (debug)
9686  0 System.out.format("%n%s%n", "RegressionTest1.test0874");
9687  1 java.io.InputStream inputStream0 = null;
9688  1 org.jsoup.helper.HttpConnection httpConnection3 = new org.jsoup.helper.HttpConnection();
9689  1 org.jsoup.Connection.Request request4 = httpConnection3.request();
9690  1 org.jsoup.Connection.Request request7 = request4.addHeader("multipart/form-data", "hi!");
9691  1 boolean boolean9 = request7.hasHeader("multipart/form-data");
9692  1 boolean boolean11 = request7.hasCookie("#text");
9693  1 org.jsoup.parser.Parser parser12 = request7.parser();
9694  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parse(inputStream0, "", "multipart/form-data", parser12);
9695    // The following exception was thrown during execution in test generation
9696  1 try {
9697  1 org.jsoup.nodes.Element element15 = document13.after("[]");
9698  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
9699    } catch (IllegalArgumentException e) {
9700    // Expected exception.
9701    }
9702  1 org.junit.Assert.assertNotNull(request4);
9703  1 org.junit.Assert.assertNotNull(request7);
9704  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + true + "'", boolean9 == true);
9705  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + false + "'", boolean11 == false);
9706  1 org.junit.Assert.assertNotNull(parser12);
9707  1 org.junit.Assert.assertNotNull(document13);
9708    }
9709   
 
9710  1 toggle @Test
9711    public void test0875() throws Throwable {
9712  1 if (debug)
9713  0 System.out.format("%n%s%n", "RegressionTest1.test0875");
9714  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
9715  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
9716  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
9717  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
9718    // The following exception was thrown during execution in test generation
9719  1 try {
9720  1 boolean boolean9 = request4.hasHeaderWithValue("Content-Encoding=\"#root\"", "");
9721  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: String must not be empty");
9722    } catch (IllegalArgumentException e) {
9723    // Expected exception.
9724    }
9725  1 org.junit.Assert.assertNotNull(request1);
9726  1 org.junit.Assert.assertNotNull(request4);
9727  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
9728    }
9729   
 
9730  1 toggle @Test
9731    public void test0876() throws Throwable {
9732  1 if (debug)
9733  0 System.out.format("%n%s%n", "RegressionTest1.test0876");
9734  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
9735  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
9736  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
9737  1 org.jsoup.Connection connection4 = httpConnection0.ignoreContentType(true);
9738  1 org.jsoup.helper.HttpConnection httpConnection5 = new org.jsoup.helper.HttpConnection();
9739  1 org.jsoup.Connection.Request request6 = httpConnection5.request();
9740  1 org.jsoup.Connection.Request request9 = request6.addHeader("multipart/form-data", "hi!");
9741  1 java.util.Map<String, java.util.List<String>> strMap10 = request9.multiHeaders();
9742  1 java.util.Map<String, String> strMap11 = request9.headers();
9743  1 java.net.Proxy proxy12 = request9.proxy();
9744  1 org.jsoup.Connection connection13 = httpConnection0.request(request9);
9745  1 org.jsoup.Connection.Method method14 = request9.method();
9746  1 org.junit.Assert.assertNotNull(connection2);
9747  1 org.junit.Assert.assertNotNull(connection4);
9748  1 org.junit.Assert.assertNotNull(request6);
9749  1 org.junit.Assert.assertNotNull(request9);
9750  1 org.junit.Assert.assertNotNull(strMap10);
9751  1 org.junit.Assert.assertNotNull(strMap11);
9752  1 org.junit.Assert.assertNull(proxy12);
9753  1 org.junit.Assert.assertNotNull(connection13);
9754  1 org.junit.Assert.assertTrue("'" + method14 + "' != '" + org.jsoup.Connection.Method.GET + "'", method14.equals(org.jsoup.Connection.Method.GET));
9755    }
9756   
 
9757  1 toggle @Test
9758    public void test0877() throws Throwable {
9759  1 if (debug)
9760  0 System.out.format("%n%s%n", "RegressionTest1.test0877");
9761  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9762  1 String str2 = document1.id();
9763  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
9764  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
9765  1 boolean boolean6 = elements3.equals((Object) 1.0d);
9766  1 String str7 = elements3.text();
9767  1 org.jsoup.select.Elements elements9 = elements3.wrap("#root");
9768    // The following exception was thrown during execution in test generation
9769  1 try {
9770  1 org.jsoup.select.Elements elements11 = elements3.not("<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n");
9771  0 org.junit.Assert.fail("Expected exception of type org.jsoup.select.Selector.SelectorParseException; message: Could not parse query '<html>? <head>? <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">? </head>? <body>hi!</body>?</html>?': unexpected token at '<html>? <head>? <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">? </head>? <body>hi!</body>?</html>?'");
9772    } catch (org.jsoup.select.Selector.SelectorParseException e) {
9773    // Expected exception.
9774    }
9775  1 org.junit.Assert.assertNotNull(document1);
9776  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
9777  1 org.junit.Assert.assertNotNull(elements3);
9778  1 org.junit.Assert.assertNotNull(elementItor4);
9779  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
9780  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
9781  1 org.junit.Assert.assertNotNull(elements9);
9782    }
9783   
 
9784  1 toggle @Test
9785    public void test0878() throws Throwable {
9786  1 if (debug)
9787  0 System.out.format("%n%s%n", "RegressionTest1.test0878");
9788  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
9789  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
9790  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
9791  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
9792  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
9793  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
9794  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
9795  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
9796  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
9797  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
9798  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
9799  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
9800  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
9801  1 java.util.Map<String, String> strMap16 = request14.cookies();
9802  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
9803  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
9804  1 org.jsoup.Connection connection20 = httpConnection0.referrer("#document");
9805  1 org.jsoup.Connection connection23 = httpConnection0.data(":last-of-type", "Content-Encoding=\"#root\"");
9806  1 org.jsoup.nodes.Attributes attributes24 = new org.jsoup.nodes.Attributes();
9807  1 org.jsoup.nodes.Attribute attribute27 = org.jsoup.nodes.Attribute.createFromEncoded("#root", "");
9808  1 org.jsoup.nodes.Attributes attributes28 = attributes24.put(attribute27);
9809  1 org.jsoup.nodes.Document document30 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9810  1 String str31 = document30.id();
9811  1 org.jsoup.select.Elements elements32 = document30.previousElementSiblings();
9812  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor33 = elements32.listIterator();
9813  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor34 = elements32.listIterator();
9814  1 org.jsoup.select.Elements elements35 = elements32.empty();
9815  1 boolean boolean36 = attributes28.equals((Object) elements32);
9816  1 org.jsoup.nodes.Attributes attributes39 = attributes28.add("#root=\"\"", " hi!=\"multipart/form-data\"");
9817  1 boolean boolean40 = attributes39.isEmpty();
9818  1 java.util.Map<String, String> strMap41 = attributes39.dataset();
9819  1 org.jsoup.Connection connection42 = httpConnection0.headers(strMap41);
9820  1 org.junit.Assert.assertNotNull(request1);
9821  1 org.junit.Assert.assertNotNull(connection3);
9822  1 org.junit.Assert.assertNotNull(connection6);
9823  1 org.junit.Assert.assertNotNull(connection8);
9824  1 org.junit.Assert.assertNotNull(request9);
9825  1 org.junit.Assert.assertNotNull(request11);
9826  1 org.junit.Assert.assertNotNull(request14);
9827  1 org.junit.Assert.assertNotNull(strMap15);
9828  1 org.junit.Assert.assertNotNull(strMap16);
9829  1 org.junit.Assert.assertNotNull(connection17);
9830  1 org.junit.Assert.assertNotNull(connection18);
9831  1 org.junit.Assert.assertNotNull(connection20);
9832  1 org.junit.Assert.assertNotNull(connection23);
9833  1 org.junit.Assert.assertNotNull(attribute27);
9834  1 org.junit.Assert.assertNotNull(attributes28);
9835  1 org.junit.Assert.assertNotNull(document30);
9836  1 org.junit.Assert.assertEquals("'" + str31 + "' != '" + "" + "'", str31, "");
9837  1 org.junit.Assert.assertNotNull(elements32);
9838  1 org.junit.Assert.assertNotNull(elementItor33);
9839  1 org.junit.Assert.assertNotNull(elementItor34);
9840  1 org.junit.Assert.assertNotNull(elements35);
9841  1 org.junit.Assert.assertTrue("'" + boolean36 + "' != '" + false + "'", boolean36 == false);
9842  1 org.junit.Assert.assertNotNull(attributes39);
9843  1 org.junit.Assert.assertTrue("'" + boolean40 + "' != '" + false + "'", boolean40 == false);
9844  1 org.junit.Assert.assertNotNull(strMap41);
9845  1 org.junit.Assert.assertNotNull(connection42);
9846    }
9847   
 
9848  1 toggle @Test
9849    public void test0879() throws Throwable {
9850  1 if (debug)
9851  0 System.out.format("%n%s%n", "RegressionTest1.test0879");
9852  1 org.jsoup.select.Evaluator.IsNthOfType isNthOfType2 = new org.jsoup.select.Evaluator.IsNthOfType(10, (int) (short) 100);
9853  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9854  1 org.jsoup.nodes.Element element6 = document4.val("hi!");
9855  1 org.jsoup.nodes.Element element7 = null;
9856    // The following exception was thrown during execution in test generation
9857  1 try {
9858  1 boolean boolean8 = isNthOfType2.matches(element6, element7);
9859  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"org.jsoup.nodes.Element.parent()\" because \"element\" is null");
9860    } catch (NullPointerException e) {
9861    // Expected exception.
9862    }
9863  1 org.junit.Assert.assertNotNull(document4);
9864  1 org.junit.Assert.assertNotNull(element6);
9865    }
9866   
 
9867  1 toggle @Test
9868    public void test0880() throws Throwable {
9869  1 if (debug)
9870  0 System.out.format("%n%s%n", "RegressionTest1.test0880");
9871  1 java.io.InputStream inputStream0 = null;
9872  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream3 = new org.jsoup.internal.ConstrainableInputStream(inputStream0, 1, (int) (byte) 0);
9873  1 java.io.InputStream inputStream6 = null;
9874  1 org.jsoup.helper.HttpConnection.KeyVal keyVal7 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream6);
9875  1 java.io.InputStream inputStream8 = keyVal7.inputStream();
9876  1 java.io.InputStream inputStream11 = null;
9877  1 org.jsoup.helper.HttpConnection.KeyVal keyVal12 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream11);
9878  1 java.io.InputStream inputStream13 = keyVal12.inputStream();
9879  1 org.jsoup.helper.HttpConnection httpConnection14 = new org.jsoup.helper.HttpConnection();
9880  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory15 = null;
9881  1 org.jsoup.Connection connection16 = httpConnection14.sslSocketFactory(sSLSocketFactory15);
9882  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory17 = null;
9883  1 org.jsoup.Connection connection18 = httpConnection14.sslSocketFactory(sSLSocketFactory17);
9884  1 org.jsoup.Connection.Request request19 = httpConnection14.request();
9885  1 org.jsoup.helper.HttpConnection httpConnection20 = new org.jsoup.helper.HttpConnection();
9886  1 org.jsoup.Connection.Request request21 = httpConnection20.request();
9887  1 org.jsoup.Connection.Request request24 = request21.addHeader("multipart/form-data", "hi!");
9888  1 java.util.Map<String, java.util.List<String>> strMap25 = request24.multiHeaders();
9889  1 java.util.Map<String, String> strMap26 = request24.cookies();
9890  1 org.jsoup.Connection connection27 = httpConnection14.headers(strMap26);
9891  1 java.io.InputStream inputStream30 = null;
9892  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream33 = new org.jsoup.internal.ConstrainableInputStream(inputStream30, 1, (int) (byte) 0);
9893  1 org.jsoup.Connection connection34 = httpConnection14.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream33);
9894  1 org.jsoup.helper.HttpConnection.KeyVal keyVal35 = keyVal12.inputStream((java.io.InputStream) constrainableInputStream33);
9895  1 constrainableInputStream33.skipNBytes(0L);
9896  1 org.jsoup.helper.HttpConnection.KeyVal keyVal38 = keyVal7.inputStream((java.io.InputStream) constrainableInputStream33);
9897  1 byte[] byteArray40 = new byte[] { (byte) 100 };
9898  1 int int43 = constrainableInputStream33.read(byteArray40, 1, (int) (byte) 0);
9899    // The following exception was thrown during execution in test generation
9900  1 try {
9901  1 int int46 = constrainableInputStream3.read(byteArray40, 0, (int) (short) 100);
9902  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: null");
9903    } catch (IndexOutOfBoundsException e) {
9904    // Expected exception.
9905    }
9906  1 org.junit.Assert.assertNotNull(keyVal7);
9907  1 org.junit.Assert.assertNull(inputStream8);
9908  1 org.junit.Assert.assertNotNull(keyVal12);
9909  1 org.junit.Assert.assertNull(inputStream13);
9910  1 org.junit.Assert.assertNotNull(connection16);
9911  1 org.junit.Assert.assertNotNull(connection18);
9912  1 org.junit.Assert.assertNotNull(request19);
9913  1 org.junit.Assert.assertNotNull(request21);
9914  1 org.junit.Assert.assertNotNull(request24);
9915  1 org.junit.Assert.assertNotNull(strMap25);
9916  1 org.junit.Assert.assertNotNull(strMap26);
9917  1 org.junit.Assert.assertNotNull(connection27);
9918  1 org.junit.Assert.assertNotNull(connection34);
9919  1 org.junit.Assert.assertNotNull(keyVal35);
9920  1 org.junit.Assert.assertNotNull(keyVal38);
9921  1 org.junit.Assert.assertNotNull(byteArray40);
9922  1 org.junit.Assert.assertEquals(java.util.Arrays.toString(byteArray40), "[100]");
9923  1 org.junit.Assert.assertTrue("'" + int43 + "' != '" + 0 + "'", int43 == 0);
9924    }
9925   
 
9926  1 toggle @Test
9927    public void test0881() throws Throwable {
9928  1 if (debug)
9929  0 System.out.format("%n%s%n", "RegressionTest1.test0881");
9930  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9931  1 String str2 = document1.id();
9932  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
9933  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
9934  1 String str6 = elements5.val();
9935  1 org.jsoup.select.Elements elements8 = elements5.addClass("Content-Encoding");
9936  1 org.jsoup.select.Elements elements9 = new org.jsoup.select.Elements((java.util.List<org.jsoup.nodes.Element>) elements5);
9937  1 elements5.trimToSize();
9938  1 String str11 = elements5.text();
9939  1 org.junit.Assert.assertNotNull(document1);
9940  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
9941  1 org.junit.Assert.assertNotNull(elements3);
9942  1 org.junit.Assert.assertNotNull(elements5);
9943  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
9944  1 org.junit.Assert.assertNotNull(elements8);
9945  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "" + "'", str11, "");
9946    }
9947   
 
9948  1 toggle @Test
9949    public void test0882() throws Throwable {
9950  1 if (debug)
9951  0 System.out.format("%n%s%n", "RegressionTest1.test0882");
9952  1 org.jsoup.nodes.Document document1 = org.jsoup.nodes.Document.createShell("Content-Encoding=\"#root\"");
9953  1 boolean boolean2 = document1.hasParent();
9954  1 org.junit.Assert.assertNotNull(document1);
9955  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
9956    }
9957   
 
9958  1 toggle @Test
9959    public void test0883() throws Throwable {
9960  1 if (debug)
9961  0 System.out.format("%n%s%n", "RegressionTest1.test0883");
9962  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9963  1 String str2 = document1.id();
9964  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
9965  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
9966  1 boolean boolean6 = elements3.equals((Object) 1.0d);
9967  1 String str7 = elements3.text();
9968  1 org.jsoup.nodes.Element element9 = null;
9969  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
9970  1 java.util.List<org.jsoup.nodes.Node> nodeList12 = org.jsoup.parser.Parser.parseFragment("", element9, "", parseErrorList11);
9971  1 boolean boolean13 = parseErrorList11.isEmpty();
9972  1 int int14 = parseErrorList11.size();
9973  1 org.jsoup.parser.ParseErrorList parseErrorList15 = org.jsoup.parser.ParseErrorList.noTracking();
9974  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor16 = parseErrorList15.listIterator();
9975  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream17 = parseErrorList15.parallelStream();
9976  1 org.jsoup.nodes.Document document19 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9977  1 String str20 = document19.id();
9978  1 org.jsoup.select.Elements elements21 = document19.previousElementSiblings();
9979  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor22 = elements21.listIterator();
9980  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor23 = elements21.listIterator();
9981  1 org.jsoup.select.Elements elements24 = elements21.empty();
9982  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9983  1 String str27 = document26.id();
9984  1 org.jsoup.select.Elements elements28 = document26.previousElementSiblings();
9985  1 org.jsoup.select.Elements elements30 = elements28.prev("#text");
9986  1 boolean boolean31 = elements28.hasText();
9987  1 org.jsoup.nodes.Document document33 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9988  1 String str34 = document33.id();
9989  1 org.jsoup.select.Elements elements35 = document33.previousElementSiblings();
9990  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor36 = elements35.listIterator();
9991  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor37 = elements35.listIterator();
9992  1 org.jsoup.select.Elements elements38 = elements35.empty();
9993  1 org.jsoup.nodes.Document document40 = org.jsoup.Jsoup.parseBodyFragment("hi!");
9994  1 String str41 = document40.id();
9995  1 org.jsoup.select.Elements elements42 = document40.previousElementSiblings();
9996  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor43 = elements42.listIterator();
9997  1 boolean boolean45 = elements42.equals((Object) 1.0d);
9998  1 String str46 = elements42.text();
9999  1 org.jsoup.select.Elements elements48 = elements42.wrap("#root");
10000  1 org.jsoup.select.Elements[] elementsArray49 = new org.jsoup.select.Elements[] { elements21, elements28, elements35, elements48 };
10001  1 org.jsoup.select.Elements[] elementsArray50 = parseErrorList15.toArray(elementsArray49);
10002  1 boolean boolean51 = parseErrorList11.retainAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList15);
10003  1 boolean boolean52 = elements3.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList15);
10004    // The following exception was thrown during execution in test generation
10005  1 try {
10006  1 java.util.List<org.jsoup.nodes.Element> elementList55 = elements3.subList((int) '#', 1048576);
10007  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: toIndex = 1048576");
10008    } catch (IndexOutOfBoundsException e) {
10009    // Expected exception.
10010    }
10011  1 org.junit.Assert.assertNotNull(document1);
10012  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10013  1 org.junit.Assert.assertNotNull(elements3);
10014  1 org.junit.Assert.assertNotNull(elementItor4);
10015  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
10016  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
10017  1 org.junit.Assert.assertNotNull(parseErrorList11);
10018  1 org.junit.Assert.assertNotNull(nodeList12);
10019  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + true + "'", boolean13 == true);
10020  1 org.junit.Assert.assertTrue("'" + int14 + "' != '" + 0 + "'", int14 == 0);
10021  1 org.junit.Assert.assertNotNull(parseErrorList15);
10022  1 org.junit.Assert.assertNotNull(parseErrorItor16);
10023  1 org.junit.Assert.assertNotNull(parseErrorStream17);
10024  1 org.junit.Assert.assertNotNull(document19);
10025  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "" + "'", str20, "");
10026  1 org.junit.Assert.assertNotNull(elements21);
10027  1 org.junit.Assert.assertNotNull(elementItor22);
10028  1 org.junit.Assert.assertNotNull(elementItor23);
10029  1 org.junit.Assert.assertNotNull(elements24);
10030  1 org.junit.Assert.assertNotNull(document26);
10031  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
10032  1 org.junit.Assert.assertNotNull(elements28);
10033  1 org.junit.Assert.assertNotNull(elements30);
10034  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + false + "'", boolean31 == false);
10035  1 org.junit.Assert.assertNotNull(document33);
10036  1 org.junit.Assert.assertEquals("'" + str34 + "' != '" + "" + "'", str34, "");
10037  1 org.junit.Assert.assertNotNull(elements35);
10038  1 org.junit.Assert.assertNotNull(elementItor36);
10039  1 org.junit.Assert.assertNotNull(elementItor37);
10040  1 org.junit.Assert.assertNotNull(elements38);
10041  1 org.junit.Assert.assertNotNull(document40);
10042  1 org.junit.Assert.assertEquals("'" + str41 + "' != '" + "" + "'", str41, "");
10043  1 org.junit.Assert.assertNotNull(elements42);
10044  1 org.junit.Assert.assertNotNull(elementItor43);
10045  1 org.junit.Assert.assertTrue("'" + boolean45 + "' != '" + false + "'", boolean45 == false);
10046  1 org.junit.Assert.assertEquals("'" + str46 + "' != '" + "" + "'", str46, "");
10047  1 org.junit.Assert.assertNotNull(elements48);
10048  1 org.junit.Assert.assertNotNull(elementsArray49);
10049  1 org.junit.Assert.assertNotNull(elementsArray50);
10050  1 org.junit.Assert.assertTrue("'" + boolean51 + "' != '" + false + "'", boolean51 == false);
10051  1 org.junit.Assert.assertTrue("'" + boolean52 + "' != '" + true + "'", boolean52 == true);
10052    }
10053   
 
10054  1 toggle @Test
10055    public void test0884() throws Throwable {
10056  1 if (debug)
10057  0 System.out.format("%n%s%n", "RegressionTest1.test0884");
10058  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10059  1 String str2 = document1.className();
10060  1 org.jsoup.select.Elements elements5 = document1.getElementsByAttributeValueMatching("multipart/form-data", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10061  1 java.util.List<String> strList7 = elements5.eachAttr("#text");
10062  1 org.jsoup.select.Elements elements9 = elements5.after("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
10063  1 org.jsoup.select.Elements elements11 = elements9.prevAll("#document");
10064  1 org.junit.Assert.assertNotNull(document1);
10065  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10066  1 org.junit.Assert.assertNotNull(elements5);
10067  1 org.junit.Assert.assertNotNull(strList7);
10068  1 org.junit.Assert.assertNotNull(elements9);
10069  1 org.junit.Assert.assertNotNull(elements11);
10070    }
10071   
 
10072  1 toggle @Test
10073    public void test0885() throws Throwable {
10074  1 if (debug)
10075  0 System.out.format("%n%s%n", "RegressionTest1.test0885");
10076  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
10077  1 org.jsoup.nodes.Attributes attributes3 = attributes0.put("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", false);
10078  1 org.jsoup.nodes.Attributes attributes6 = attributes0.add("hi!", "multipart/form-data");
10079  1 String str7 = attributes6.html();
10080  1 org.jsoup.helper.HttpConnection httpConnection8 = new org.jsoup.helper.HttpConnection();
10081  1 org.jsoup.Connection.Request request9 = httpConnection8.request();
10082  1 org.jsoup.Connection.Request request12 = request9.addHeader("multipart/form-data", "hi!");
10083  1 boolean boolean14 = request12.hasHeader("multipart/form-data");
10084  1 boolean boolean16 = request12.hasHeader("multipart/form-data");
10085  1 boolean boolean17 = attributes6.equals((Object) request12);
10086  1 org.jsoup.parser.ParseSettings parseSettings18 = org.jsoup.parser.ParseSettings.preserveCase;
10087  1 String str20 = parseSettings18.normalizeTag("#doctype");
10088  1 int int21 = attributes6.deduplicate(parseSettings18);
10089  1 org.junit.Assert.assertNotNull(attributes3);
10090  1 org.junit.Assert.assertNotNull(attributes6);
10091  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + " hi!=\"multipart/form-data\"" + "'", str7, " hi!=\"multipart/form-data\"");
10092  1 org.junit.Assert.assertNotNull(request9);
10093  1 org.junit.Assert.assertNotNull(request12);
10094  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
10095  1 org.junit.Assert.assertTrue("'" + boolean16 + "' != '" + true + "'", boolean16 == true);
10096  1 org.junit.Assert.assertTrue("'" + boolean17 + "' != '" + false + "'", boolean17 == false);
10097  1 org.junit.Assert.assertNotNull(parseSettings18);
10098  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "#doctype" + "'", str20, "#doctype");
10099  1 org.junit.Assert.assertTrue("'" + int21 + "' != '" + 0 + "'", int21 == 0);
10100    }
10101   
 
10102  1 toggle @Test
10103    public void test0886() throws Throwable {
10104  1 if (debug)
10105  0 System.out.format("%n%s%n", "RegressionTest1.test0886");
10106  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10107  1 org.junit.Assert.assertNotNull(document1);
10108    }
10109   
 
10110  1 toggle @Test
10111    public void test0887() throws Throwable {
10112  1 if (debug)
10113  0 System.out.format("%n%s%n", "RegressionTest1.test0887");
10114  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10115  1 String str2 = document1.id();
10116  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
10117  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
10118  1 org.jsoup.select.Elements elements7 = elements5.prev("#root");
10119  1 org.jsoup.parser.ParseError[] parseErrorArray8 = new org.jsoup.parser.ParseError[] {};
10120  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList9 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
10121  1 boolean boolean10 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList9, parseErrorArray8);
10122  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
10123  1 int int12 = parseErrorList9.indexOf((Object) parseErrorList11);
10124  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor13 = parseErrorList9.iterator();
10125  1 boolean boolean14 = elements5.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList9);
10126  1 org.jsoup.parser.ParseError parseError15 = null;
10127  1 boolean boolean16 = parseErrorList9.add(parseError15);
10128  1 org.jsoup.helper.HttpConnection httpConnection17 = new org.jsoup.helper.HttpConnection();
10129  1 org.jsoup.Connection.Request request18 = httpConnection17.request();
10130  1 org.jsoup.Connection.Request request21 = request18.addHeader("multipart/form-data", "hi!");
10131  1 boolean boolean23 = request21.hasHeader("multipart/form-data");
10132  1 boolean boolean25 = request21.hasCookie("#text");
10133  1 org.jsoup.parser.Parser parser26 = request21.parser();
10134  1 org.jsoup.Connection.Request request29 = request21.header("#text", "multipart/form-data");
10135  1 boolean boolean30 = parseErrorList9.remove((Object) request29);
10136  1 org.jsoup.nodes.Document document32 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10137  1 String str33 = document32.id();
10138  1 String str34 = document32.baseUri();
10139  1 org.jsoup.nodes.Element element35 = document32.body();
10140  1 org.jsoup.helper.HttpConnection httpConnection36 = new org.jsoup.helper.HttpConnection();
10141  1 org.jsoup.Connection.Request request37 = httpConnection36.request();
10142  1 org.jsoup.Connection.Request request40 = request37.addHeader("multipart/form-data", "hi!");
10143  1 boolean boolean42 = request40.hasHeader("multipart/form-data");
10144  1 boolean boolean44 = request40.hasCookie("#text");
10145  1 org.jsoup.parser.Parser parser45 = request40.parser();
10146  1 org.jsoup.nodes.Document document46 = document32.parser(parser45);
10147  1 java.util.List<org.jsoup.nodes.Node> nodeList47 = document46.siblingNodes();
10148  1 boolean boolean48 = parseErrorList9.equals((Object) document46);
10149  1 parseErrorList9.clear();
10150  1 org.junit.Assert.assertNotNull(document1);
10151  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10152  1 org.junit.Assert.assertNotNull(elements3);
10153  1 org.junit.Assert.assertNotNull(elements5);
10154  1 org.junit.Assert.assertNotNull(elements7);
10155  1 org.junit.Assert.assertNotNull(parseErrorArray8);
10156  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
10157  1 org.junit.Assert.assertNotNull(parseErrorList11);
10158  1 org.junit.Assert.assertTrue("'" + int12 + "' != '" + (-1) + "'", int12 == (-1));
10159  1 org.junit.Assert.assertNotNull(parseErrorItor13);
10160  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
10161  1 org.junit.Assert.assertTrue("'" + boolean16 + "' != '" + true + "'", boolean16 == true);
10162  1 org.junit.Assert.assertNotNull(request18);
10163  1 org.junit.Assert.assertNotNull(request21);
10164  1 org.junit.Assert.assertTrue("'" + boolean23 + "' != '" + true + "'", boolean23 == true);
10165  1 org.junit.Assert.assertTrue("'" + boolean25 + "' != '" + false + "'", boolean25 == false);
10166  1 org.junit.Assert.assertNotNull(parser26);
10167  1 org.junit.Assert.assertNotNull(request29);
10168  1 org.junit.Assert.assertTrue("'" + boolean30 + "' != '" + false + "'", boolean30 == false);
10169  1 org.junit.Assert.assertNotNull(document32);
10170  1 org.junit.Assert.assertEquals("'" + str33 + "' != '" + "" + "'", str33, "");
10171  1 org.junit.Assert.assertEquals("'" + str34 + "' != '" + "" + "'", str34, "");
10172  1 org.junit.Assert.assertNotNull(element35);
10173  1 org.junit.Assert.assertNotNull(request37);
10174  1 org.junit.Assert.assertNotNull(request40);
10175  1 org.junit.Assert.assertTrue("'" + boolean42 + "' != '" + true + "'", boolean42 == true);
10176  1 org.junit.Assert.assertTrue("'" + boolean44 + "' != '" + false + "'", boolean44 == false);
10177  1 org.junit.Assert.assertNotNull(parser45);
10178  1 org.junit.Assert.assertNotNull(document46);
10179  1 org.junit.Assert.assertNotNull(nodeList47);
10180  1 org.junit.Assert.assertTrue("'" + boolean48 + "' != '" + false + "'", boolean48 == false);
10181    }
10182   
 
10183  1 toggle @Test
10184    public void test0888() throws Throwable {
10185  1 if (debug)
10186  0 System.out.format("%n%s%n", "RegressionTest1.test0888");
10187  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
10188  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
10189  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
10190  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
10191  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
10192  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(true);
10193  1 org.jsoup.Connection connection9 = connection6.proxy("multipart", (int) (byte) 1);
10194  1 org.jsoup.Connection connection12 = connection6.proxy(":matches(null)", (int) ' ');
10195  1 org.junit.Assert.assertNotNull(connection2);
10196  1 org.junit.Assert.assertNotNull(connection4);
10197  1 org.junit.Assert.assertNotNull(connection6);
10198  1 org.junit.Assert.assertNotNull(connection9);
10199  1 org.junit.Assert.assertNotNull(connection12);
10200    }
10201   
 
10202  1 toggle @Test
10203    public void test0889() throws Throwable {
10204  1 if (debug)
10205  0 System.out.format("%n%s%n", "RegressionTest1.test0889");
10206  1 java.util.Collection<org.jsoup.nodes.Element> elementCollection0 = null;
10207    // The following exception was thrown during execution in test generation
10208  1 try {
10209  1 org.jsoup.select.Elements elements1 = new org.jsoup.select.Elements(elementCollection0);
10210  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"java.util.Collection.toArray()\" because \"c\" is null");
10211    } catch (NullPointerException e) {
10212    // Expected exception.
10213    }
10214    }
10215   
 
10216  1 toggle @Test
10217    public void test0890() throws Throwable {
10218  1 if (debug)
10219  0 System.out.format("%n%s%n", "RegressionTest1.test0890");
10220  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
10221  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
10222  1 java.util.List<String> strList3 = response1.headers(" hi!=\"multipart/form-data\"");
10223    // The following exception was thrown during execution in test generation
10224  1 try {
10225  1 String str4 = response1.body();
10226  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Request must be executed (with .execute(), .get(), or .post() before getting response body");
10227    } catch (IllegalArgumentException e) {
10228    // Expected exception.
10229    }
10230  1 org.junit.Assert.assertNotNull(response1);
10231  1 org.junit.Assert.assertNotNull(strList3);
10232    }
10233   
 
10234  1 toggle @Test
10235    public void test0891() throws Throwable {
10236  1 if (debug)
10237  0 System.out.format("%n%s%n", "RegressionTest1.test0891");
10238  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
10239  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10240  1 String str5 = document4.wholeText();
10241  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10242  1 String str8 = document7.className();
10243  1 boolean boolean9 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document7);
10244  1 org.jsoup.nodes.Document document10 = document4.clone();
10245  1 String str11 = document4.nodeName();
10246  1 org.junit.Assert.assertNotNull(document4);
10247  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "hi!" + "'", str5, "hi!");
10248  1 org.junit.Assert.assertNotNull(document7);
10249  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
10250  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
10251  1 org.junit.Assert.assertNotNull(document10);
10252  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "#document" + "'", str11, "#document");
10253    }
10254   
 
10255  1 toggle @Test
10256    public void test0892() throws Throwable {
10257  1 if (debug)
10258  0 System.out.format("%n%s%n", "RegressionTest1.test0892");
10259  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
10260  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
10261  1 org.jsoup.Connection.Method method2 = org.jsoup.Connection.Method.OPTIONS;
10262  1 boolean boolean3 = method2.hasBody();
10263  1 org.jsoup.Connection.Response response4 = response1.method(method2);
10264  1 org.junit.Assert.assertNotNull(response1);
10265  1 org.junit.Assert.assertTrue("'" + method2 + "' != '" + org.jsoup.Connection.Method.OPTIONS + "'", method2.equals(org.jsoup.Connection.Method.OPTIONS));
10266  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
10267  1 org.junit.Assert.assertNotNull(response4);
10268    }
10269   
 
10270  1 toggle @Test
10271    public void test0893() throws Throwable {
10272  1 if (debug)
10273  0 System.out.format("%n%s%n", "RegressionTest1.test0893");
10274  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10275  1 String str2 = document1.id();
10276  1 String str3 = document1.baseUri();
10277  1 org.jsoup.nodes.Element element4 = document1.clearAttributes();
10278  1 java.util.Map<String, String> strMap5 = document1.dataset();
10279  1 document1.updateMetaCharsetElement(true);
10280  1 org.junit.Assert.assertNotNull(document1);
10281  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10282  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
10283  1 org.junit.Assert.assertNotNull(element4);
10284  1 org.junit.Assert.assertNotNull(strMap5);
10285    }
10286   
 
10287  1 toggle @Test
10288    public void test0894() throws Throwable {
10289  1 if (debug)
10290  0 System.out.format("%n%s%n", "RegressionTest1.test0894");
10291  1 org.jsoup.nodes.CDataNode cDataNode1 = new org.jsoup.nodes.CDataNode("multipart/form-data");
10292  1 org.jsoup.helper.Validate.notNull((Object) cDataNode1, "#document");
10293  1 String str4 = cDataNode1.text();
10294  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "multipart/form-data" + "'", str4, "multipart/form-data");
10295    }
10296   
 
10297  1 toggle @Test
10298    public void test0895() throws Throwable {
10299  1 if (debug)
10300  0 System.out.format("%n%s%n", "RegressionTest1.test0895");
10301  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10302  1 String str2 = document1.id();
10303  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
10304  1 org.jsoup.nodes.Document.QuirksMode quirksMode4 = document1.quirksMode();
10305  1 boolean boolean6 = document1.hasClass("multipart/form-data");
10306  1 org.jsoup.parser.Tag tag7 = document1.tag();
10307  1 String str8 = tag7.toString();
10308  1 boolean boolean9 = tag7.isKnownTag();
10309  1 org.junit.Assert.assertNotNull(document1);
10310  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10311  1 org.junit.Assert.assertNotNull(elements3);
10312  1 org.junit.Assert.assertTrue("'" + quirksMode4 + "' != '" + org.jsoup.nodes.Document.QuirksMode.noQuirks + "'", quirksMode4.equals(org.jsoup.nodes.Document.QuirksMode.noQuirks));
10313  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
10314  1 org.junit.Assert.assertNotNull(tag7);
10315  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "#root" + "'", str8, "#root");
10316  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
10317    }
10318   
 
10319  1 toggle @Test
10320    public void test0896() throws Throwable {
10321  1 if (debug)
10322  0 System.out.format("%n%s%n", "RegressionTest1.test0896");
10323  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
10324  1 boolean boolean2 = tag1.isFormListed();
10325  1 boolean boolean3 = tag1.canContainBlock();
10326  1 String str4 = tag1.normalName();
10327  1 boolean boolean5 = tag1.formatAsBlock();
10328  1 boolean boolean6 = tag1.isEmpty();
10329  1 String str7 = tag1.normalName();
10330  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
10331  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + true + "'", boolean3 == true);
10332  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "#document" + "'", str4, "#document");
10333  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + true + "'", boolean5 == true);
10334  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
10335  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "#document" + "'", str7, "#document");
10336    }
10337   
 
10338  1 toggle @Test
10339    public void test0897() throws Throwable {
10340  1 if (debug)
10341  0 System.out.format("%n%s%n", "RegressionTest1.test0897");
10342  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10343  1 String str2 = document1.id();
10344  1 String str3 = document1.baseUri();
10345  1 org.jsoup.nodes.Element element6 = document1.attr("", true);
10346  1 org.jsoup.select.Elements elements8 = document1.getElementsByIndexEquals((int) ' ');
10347  1 String str9 = elements8.val();
10348  1 org.junit.Assert.assertNotNull(document1);
10349  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10350  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
10351  1 org.junit.Assert.assertNotNull(element6);
10352  1 org.junit.Assert.assertNotNull(elements8);
10353  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
10354    }
10355   
 
10356  1 toggle @Test
10357    public void test0898() throws Throwable {
10358  1 if (debug)
10359  0 System.out.format("%n%s%n", "RegressionTest1.test0898");
10360  1 org.jsoup.select.Evaluator.Attribute attribute1 = new org.jsoup.select.Evaluator.Attribute("Content-Encoding");
10361  1 org.jsoup.parser.Tag tag3 = new org.jsoup.parser.Tag("#document");
10362  1 boolean boolean4 = tag3.isFormListed();
10363  1 boolean boolean5 = tag3.isBlock();
10364  1 org.jsoup.nodes.Element element7 = new org.jsoup.nodes.Element(tag3, "ultipart");
10365  1 org.jsoup.nodes.Document document9 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10366  1 String str10 = document9.id();
10367  1 String str11 = document9.baseUri();
10368  1 org.jsoup.nodes.Element element14 = document9.attr("", true);
10369  1 org.jsoup.select.Elements elements16 = document9.getElementsContainingText("#text");
10370  1 boolean boolean17 = attribute1.matches(element7, (org.jsoup.nodes.Element) document9);
10371  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType20 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
10372  1 org.jsoup.nodes.Document document22 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10373  1 String str23 = document22.id();
10374  1 org.jsoup.select.Elements elements24 = document22.previousElementSiblings();
10375  1 org.jsoup.nodes.Element element25 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType20, (org.jsoup.nodes.Element) document22);
10376  1 org.jsoup.nodes.Document document27 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10377  1 String str28 = document27.className();
10378  1 String str30 = document27.attr("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10379  1 org.jsoup.nodes.Element element32 = document27.text("");
10380  1 boolean boolean33 = attribute1.matches((org.jsoup.nodes.Element) document22, element32);
10381  1 org.jsoup.select.Elements elements34 = document22.siblingElements();
10382  1 org.junit.Assert.assertTrue("'" + boolean4 + "' != '" + false + "'", boolean4 == false);
10383  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + true + "'", boolean5 == true);
10384  1 org.junit.Assert.assertNotNull(document9);
10385  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "" + "'", str10, "");
10386  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "" + "'", str11, "");
10387  1 org.junit.Assert.assertNotNull(element14);
10388  1 org.junit.Assert.assertNotNull(elements16);
10389  1 org.junit.Assert.assertTrue("'" + boolean17 + "' != '" + false + "'", boolean17 == false);
10390  1 org.junit.Assert.assertNotNull(document22);
10391  1 org.junit.Assert.assertEquals("'" + str23 + "' != '" + "" + "'", str23, "");
10392  1 org.junit.Assert.assertNotNull(elements24);
10393  1 org.junit.Assert.assertNull(element25);
10394  1 org.junit.Assert.assertNotNull(document27);
10395  1 org.junit.Assert.assertEquals("'" + str28 + "' != '" + "" + "'", str28, "");
10396  1 org.junit.Assert.assertEquals("'" + str30 + "' != '" + "" + "'", str30, "");
10397  1 org.junit.Assert.assertNotNull(element32);
10398  1 org.junit.Assert.assertTrue("'" + boolean33 + "' != '" + false + "'", boolean33 == false);
10399  1 org.junit.Assert.assertNotNull(elements34);
10400    }
10401   
 
10402  1 toggle @Test
10403    public void test0899() throws Throwable {
10404  1 if (debug)
10405  0 System.out.format("%n%s%n", "RegressionTest1.test0899");
10406  1 org.jsoup.select.Evaluator.Tag tag1 = new org.jsoup.select.Evaluator.Tag("#text");
10407  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan3 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
10408  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType6 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
10409  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10410  1 String str9 = document8.id();
10411  1 org.jsoup.select.Elements elements10 = document8.previousElementSiblings();
10412  1 org.jsoup.nodes.Element element11 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType6, (org.jsoup.nodes.Element) document8);
10413  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10414  1 String str14 = document13.className();
10415  1 String str15 = document13.outerHtml();
10416  1 org.jsoup.nodes.Document document17 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10417  1 String str18 = document17.id();
10418  1 String str19 = document17.baseUri();
10419  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan21 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
10420  1 boolean boolean22 = document17.is((org.jsoup.select.Evaluator) indexLessThan21);
10421  1 boolean boolean23 = isNthLastOfType6.matches((org.jsoup.nodes.Element) document13, (org.jsoup.nodes.Element) document17);
10422  1 String str24 = document17.cssSelector();
10423  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10424  1 String str27 = document26.className();
10425  1 String str28 = document26.outerHtml();
10426  1 boolean boolean30 = document26.hasSameValue((Object) 1);
10427  1 boolean boolean31 = indexLessThan3.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document26);
10428  1 org.jsoup.parser.Parser parser32 = document17.parser();
10429  1 String str33 = document17.val();
10430  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType36 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
10431  1 org.jsoup.nodes.Document document38 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10432  1 String str39 = document38.className();
10433  1 String str40 = document38.outerHtml();
10434  1 boolean boolean42 = document38.hasSameValue((Object) 1);
10435  1 String str43 = document38.tagName();
10436  1 org.jsoup.nodes.Document document45 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10437  1 org.jsoup.nodes.Element element47 = document45.val("hi!");
10438  1 boolean boolean48 = isNthLastOfType36.matches((org.jsoup.nodes.Element) document38, element47);
10439  1 boolean boolean49 = tag1.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document38);
10440  1 String str50 = tag1.toString();
10441  1 org.jsoup.nodes.Document document52 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10442  1 String str53 = document52.wholeText();
10443  1 org.jsoup.select.Elements elements54 = document52.parents();
10444  1 org.jsoup.nodes.Element element55 = document52.shallowClone();
10445  1 org.jsoup.nodes.Document document57 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10446  1 String str58 = document57.id();
10447  1 String str59 = document57.baseUri();
10448  1 org.jsoup.nodes.Element element62 = document57.attr("", true);
10449  1 org.jsoup.nodes.Node node65 = document57.attr("#text", "");
10450  1 org.jsoup.nodes.Element element67 = document57.html("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
10451  1 boolean boolean68 = tag1.matches(element55, element67);
10452  1 org.jsoup.nodes.Element element69 = null;
10453  1 org.jsoup.nodes.Element element70 = null;
10454    // The following exception was thrown during execution in test generation
10455  1 try {
10456  1 boolean boolean71 = tag1.matches(element69, element70);
10457  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"org.jsoup.nodes.Element.tagName()\" because \"element\" is null");
10458    } catch (NullPointerException e) {
10459    // Expected exception.
10460    }
10461  1 org.junit.Assert.assertNotNull(document8);
10462  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
10463  1 org.junit.Assert.assertNotNull(elements10);
10464  1 org.junit.Assert.assertNull(element11);
10465  1 org.junit.Assert.assertNotNull(document13);
10466  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
10467  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str15, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10468  1 org.junit.Assert.assertNotNull(document17);
10469  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "" + "'", str18, "");
10470  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "" + "'", str19, "");
10471  1 org.junit.Assert.assertTrue("'" + boolean22 + "' != '" + false + "'", boolean22 == false);
10472  1 org.junit.Assert.assertTrue("'" + boolean23 + "' != '" + false + "'", boolean23 == false);
10473  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "#root" + "'", str24, "#root");
10474  1 org.junit.Assert.assertNotNull(document26);
10475  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
10476  1 org.junit.Assert.assertEquals("'" + str28 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str28, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10477  1 org.junit.Assert.assertTrue("'" + boolean30 + "' != '" + false + "'", boolean30 == false);
10478  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + true + "'", boolean31 == true);
10479  1 org.junit.Assert.assertNull(parser32);
10480  1 org.junit.Assert.assertEquals("'" + str33 + "' != '" + "" + "'", str33, "");
10481  1 org.junit.Assert.assertNotNull(document38);
10482  1 org.junit.Assert.assertEquals("'" + str39 + "' != '" + "" + "'", str39, "");
10483  1 org.junit.Assert.assertEquals("'" + str40 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str40, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10484  1 org.junit.Assert.assertTrue("'" + boolean42 + "' != '" + false + "'", boolean42 == false);
10485  1 org.junit.Assert.assertEquals("'" + str43 + "' != '" + "#root" + "'", str43, "#root");
10486  1 org.junit.Assert.assertNotNull(document45);
10487  1 org.junit.Assert.assertNotNull(element47);
10488  1 org.junit.Assert.assertTrue("'" + boolean48 + "' != '" + false + "'", boolean48 == false);
10489  1 org.junit.Assert.assertTrue("'" + boolean49 + "' != '" + false + "'", boolean49 == false);
10490  1 org.junit.Assert.assertEquals("'" + str50 + "' != '" + "#text" + "'", str50, "#text");
10491  1 org.junit.Assert.assertNotNull(document52);
10492  1 org.junit.Assert.assertEquals("'" + str53 + "' != '" + "hi!" + "'", str53, "hi!");
10493  1 org.junit.Assert.assertNotNull(elements54);
10494  1 org.junit.Assert.assertNotNull(element55);
10495  1 org.junit.Assert.assertNotNull(document57);
10496  1 org.junit.Assert.assertEquals("'" + str58 + "' != '" + "" + "'", str58, "");
10497  1 org.junit.Assert.assertEquals("'" + str59 + "' != '" + "" + "'", str59, "");
10498  1 org.junit.Assert.assertNotNull(element62);
10499  1 org.junit.Assert.assertNotNull(node65);
10500  1 org.junit.Assert.assertNotNull(element67);
10501  1 org.junit.Assert.assertTrue("'" + boolean68 + "' != '" + false + "'", boolean68 == false);
10502    }
10503   
 
10504  1 toggle @Test
10505    public void test0900() throws Throwable {
10506  1 if (debug)
10507  0 System.out.format("%n%s%n", "RegressionTest1.test0900");
10508  1 org.jsoup.helper.HttpConnection.KeyVal keyVal2 = org.jsoup.helper.HttpConnection.KeyVal.create("#root", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
10509  1 org.jsoup.helper.HttpConnection.KeyVal keyVal4 = keyVal2.key("Content-Encoding");
10510  1 org.jsoup.Connection.KeyVal keyVal6 = keyVal4.value("multipart");
10511  1 org.junit.Assert.assertNotNull(keyVal2);
10512  1 org.junit.Assert.assertNotNull(keyVal4);
10513  1 org.junit.Assert.assertNotNull(keyVal6);
10514    }
10515   
 
10516  1 toggle @Test
10517    public void test0901() throws Throwable {
10518  1 if (debug)
10519  0 System.out.format("%n%s%n", "RegressionTest1.test0901");
10520  1 String str2 = org.jsoup.internal.StringUtil.resolve(":lt(52)", "Content-Encoding");
10521  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10522    }
10523   
 
10524  1 toggle @Test
10525    public void test0902() throws Throwable {
10526  1 if (debug)
10527  0 System.out.format("%n%s%n", "RegressionTest1.test0902");
10528  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10529  1 String str2 = document1.id();
10530  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
10531  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
10532  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor5 = elements3.listIterator();
10533  1 org.jsoup.select.Elements elements7 = elements3.next("#text");
10534  1 org.jsoup.select.Elements elements9 = elements3.addClass("<!#root!>");
10535  1 String str11 = elements9.attr("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]");
10536  1 org.junit.Assert.assertNotNull(document1);
10537  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10538  1 org.junit.Assert.assertNotNull(elements3);
10539  1 org.junit.Assert.assertNotNull(elementItor4);
10540  1 org.junit.Assert.assertNotNull(elementItor5);
10541  1 org.junit.Assert.assertNotNull(elements7);
10542  1 org.junit.Assert.assertNotNull(elements9);
10543  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "" + "'", str11, "");
10544    }
10545   
 
10546  1 toggle @Test
10547    public void test0903() throws Throwable {
10548  1 if (debug)
10549  0 System.out.format("%n%s%n", "RegressionTest1.test0903");
10550  1 org.jsoup.nodes.CDataNode cDataNode1 = new org.jsoup.nodes.CDataNode("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10551  1 String str2 = cDataNode1.nodeName();
10552  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "#cdata" + "'", str2, "#cdata");
10553    }
10554   
 
10555  1 toggle @Test
10556    public void test0904() throws Throwable {
10557  1 if (debug)
10558  0 System.out.format("%n%s%n", "RegressionTest1.test0904");
10559  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
10560  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
10561  1 org.jsoup.Connection.KeyVal keyVal3 = httpConnection0.data("Content-Encoding");
10562  1 java.net.Proxy proxy4 = null;
10563  1 org.jsoup.Connection connection5 = httpConnection0.proxy(proxy4);
10564  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
10565  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
10566  1 org.jsoup.Connection connection9 = httpConnection6.referrer("multipart/form-data");
10567  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
10568  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory11 = null;
10569  1 org.jsoup.Connection connection12 = httpConnection10.sslSocketFactory(sSLSocketFactory11);
10570  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory13 = null;
10571  1 org.jsoup.Connection connection14 = httpConnection10.sslSocketFactory(sSLSocketFactory13);
10572  1 org.jsoup.Connection.Request request15 = httpConnection10.request();
10573  1 org.jsoup.helper.HttpConnection httpConnection16 = new org.jsoup.helper.HttpConnection();
10574  1 org.jsoup.Connection.Request request17 = httpConnection16.request();
10575  1 org.jsoup.Connection.Request request20 = request17.addHeader("multipart/form-data", "hi!");
10576  1 java.util.Map<String, java.util.List<String>> strMap21 = request20.multiHeaders();
10577  1 java.util.Map<String, String> strMap22 = request20.cookies();
10578  1 org.jsoup.Connection connection23 = httpConnection10.headers(strMap22);
10579  1 org.jsoup.Connection connection24 = httpConnection6.data(strMap22);
10580  1 org.jsoup.Connection.Request request25 = httpConnection6.request();
10581  1 org.jsoup.helper.HttpConnection httpConnection26 = new org.jsoup.helper.HttpConnection();
10582  1 org.jsoup.Connection.Request request27 = httpConnection26.request();
10583  1 org.jsoup.Connection.Request request30 = request27.addHeader("multipart/form-data", "hi!");
10584  1 org.jsoup.Connection.Request request33 = request30.cookie("#text", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
10585  1 boolean boolean36 = request30.hasHeaderWithValue("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", "#document");
10586  1 org.jsoup.Connection.Request request39 = request30.cookie("#document", "#document");
10587  1 java.util.Map<String, String> strMap40 = request39.headers();
10588  1 org.jsoup.Connection connection41 = httpConnection6.headers(strMap40);
10589  1 org.jsoup.Connection connection42 = httpConnection0.headers(strMap40);
10590  1 org.junit.Assert.assertNotNull(request1);
10591  1 org.junit.Assert.assertNull(keyVal3);
10592  1 org.junit.Assert.assertNotNull(connection5);
10593  1 org.junit.Assert.assertNotNull(request7);
10594  1 org.junit.Assert.assertNotNull(connection9);
10595  1 org.junit.Assert.assertNotNull(connection12);
10596  1 org.junit.Assert.assertNotNull(connection14);
10597  1 org.junit.Assert.assertNotNull(request15);
10598  1 org.junit.Assert.assertNotNull(request17);
10599  1 org.junit.Assert.assertNotNull(request20);
10600  1 org.junit.Assert.assertNotNull(strMap21);
10601  1 org.junit.Assert.assertNotNull(strMap22);
10602  1 org.junit.Assert.assertNotNull(connection23);
10603  1 org.junit.Assert.assertNotNull(connection24);
10604  1 org.junit.Assert.assertNotNull(request25);
10605  1 org.junit.Assert.assertNotNull(request27);
10606  1 org.junit.Assert.assertNotNull(request30);
10607  1 org.junit.Assert.assertNotNull(request33);
10608  1 org.junit.Assert.assertTrue("'" + boolean36 + "' != '" + false + "'", boolean36 == false);
10609  1 org.junit.Assert.assertNotNull(request39);
10610  1 org.junit.Assert.assertNotNull(strMap40);
10611  1 org.junit.Assert.assertNotNull(connection41);
10612  1 org.junit.Assert.assertNotNull(connection42);
10613    }
10614   
 
10615  1 toggle @Test
10616    public void test0905() throws Throwable {
10617  1 if (debug)
10618  0 System.out.format("%n%s%n", "RegressionTest1.test0905");
10619  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
10620  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
10621  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
10622  1 java.io.InputStream inputStream4 = null;
10623  1 org.jsoup.helper.HttpConnection httpConnection7 = new org.jsoup.helper.HttpConnection();
10624  1 org.jsoup.Connection.Request request8 = httpConnection7.request();
10625  1 org.jsoup.Connection.Request request11 = request8.addHeader("multipart/form-data", "hi!");
10626  1 boolean boolean13 = request11.hasHeader("multipart/form-data");
10627  1 boolean boolean15 = request11.hasCookie("#text");
10628  1 org.jsoup.parser.Parser parser16 = request11.parser();
10629  1 org.jsoup.nodes.Document document17 = org.jsoup.Jsoup.parse(inputStream4, "", "multipart/form-data", parser16);
10630  1 org.jsoup.parser.ParseErrorList parseErrorList18 = parser16.getErrors();
10631  1 org.jsoup.Connection connection19 = connection3.parser(parser16);
10632  1 org.jsoup.parser.HtmlTreeBuilder htmlTreeBuilder20 = new org.jsoup.parser.HtmlTreeBuilder();
10633  1 org.jsoup.parser.Parser parser21 = parser16.setTreeBuilder((org.jsoup.parser.TreeBuilder) htmlTreeBuilder20);
10634  1 org.junit.Assert.assertNotNull(request1);
10635  1 org.junit.Assert.assertNotNull(connection3);
10636  1 org.junit.Assert.assertNotNull(request8);
10637  1 org.junit.Assert.assertNotNull(request11);
10638  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + true + "'", boolean13 == true);
10639  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
10640  1 org.junit.Assert.assertNotNull(parser16);
10641  1 org.junit.Assert.assertNotNull(document17);
10642  1 org.junit.Assert.assertNotNull(parseErrorList18);
10643  1 org.junit.Assert.assertNotNull(connection19);
10644  1 org.junit.Assert.assertNotNull(parser21);
10645    }
10646   
 
10647  1 toggle @Test
10648    public void test0906() throws Throwable {
10649  1 if (debug)
10650  0 System.out.format("%n%s%n", "RegressionTest1.test0906");
10651  1 String str2 = org.jsoup.internal.StringUtil.resolve(":gt(35)", "Content-Type");
10652  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10653    }
10654   
 
10655  1 toggle @Test
10656    public void test0907() throws Throwable {
10657  1 if (debug)
10658  0 System.out.format("%n%s%n", "RegressionTest1.test0907");
10659  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10660  1 String str2 = document1.id();
10661  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
10662  1 org.jsoup.select.Elements elements5 = elements3.prev("#text");
10663  1 org.jsoup.select.Elements elements7 = elements5.prev("#root");
10664  1 org.jsoup.parser.ParseError[] parseErrorArray8 = new org.jsoup.parser.ParseError[] {};
10665  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList9 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
10666  1 boolean boolean10 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList9, parseErrorArray8);
10667  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
10668  1 int int12 = parseErrorList9.indexOf((Object) parseErrorList11);
10669  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor13 = parseErrorList9.iterator();
10670  1 boolean boolean14 = elements5.containsAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList9);
10671  1 org.jsoup.parser.ParseError parseError15 = null;
10672  1 boolean boolean16 = parseErrorList9.add(parseError15);
10673  1 org.jsoup.helper.HttpConnection httpConnection17 = new org.jsoup.helper.HttpConnection();
10674  1 org.jsoup.Connection.Request request18 = httpConnection17.request();
10675  1 org.jsoup.Connection.Request request21 = request18.addHeader("multipart/form-data", "hi!");
10676  1 boolean boolean23 = request21.hasHeader("multipart/form-data");
10677  1 boolean boolean25 = request21.hasCookie("#text");
10678  1 org.jsoup.parser.Parser parser26 = request21.parser();
10679  1 org.jsoup.Connection.Request request29 = request21.header("#text", "multipart/form-data");
10680  1 boolean boolean30 = parseErrorList9.remove((Object) request29);
10681  1 org.jsoup.nodes.Document document32 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10682  1 String str33 = document32.id();
10683  1 String str34 = document32.baseUri();
10684  1 org.jsoup.nodes.Element element35 = document32.body();
10685  1 org.jsoup.helper.HttpConnection httpConnection36 = new org.jsoup.helper.HttpConnection();
10686  1 org.jsoup.Connection.Request request37 = httpConnection36.request();
10687  1 org.jsoup.Connection.Request request40 = request37.addHeader("multipart/form-data", "hi!");
10688  1 boolean boolean42 = request40.hasHeader("multipart/form-data");
10689  1 boolean boolean44 = request40.hasCookie("#text");
10690  1 org.jsoup.parser.Parser parser45 = request40.parser();
10691  1 org.jsoup.nodes.Document document46 = document32.parser(parser45);
10692  1 java.util.List<org.jsoup.nodes.Node> nodeList47 = document46.siblingNodes();
10693  1 boolean boolean48 = parseErrorList9.equals((Object) document46);
10694  1 boolean boolean50 = document46.hasClass("");
10695  1 org.junit.Assert.assertNotNull(document1);
10696  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10697  1 org.junit.Assert.assertNotNull(elements3);
10698  1 org.junit.Assert.assertNotNull(elements5);
10699  1 org.junit.Assert.assertNotNull(elements7);
10700  1 org.junit.Assert.assertNotNull(parseErrorArray8);
10701  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
10702  1 org.junit.Assert.assertNotNull(parseErrorList11);
10703  1 org.junit.Assert.assertTrue("'" + int12 + "' != '" + (-1) + "'", int12 == (-1));
10704  1 org.junit.Assert.assertNotNull(parseErrorItor13);
10705  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
10706  1 org.junit.Assert.assertTrue("'" + boolean16 + "' != '" + true + "'", boolean16 == true);
10707  1 org.junit.Assert.assertNotNull(request18);
10708  1 org.junit.Assert.assertNotNull(request21);
10709  1 org.junit.Assert.assertTrue("'" + boolean23 + "' != '" + true + "'", boolean23 == true);
10710  1 org.junit.Assert.assertTrue("'" + boolean25 + "' != '" + false + "'", boolean25 == false);
10711  1 org.junit.Assert.assertNotNull(parser26);
10712  1 org.junit.Assert.assertNotNull(request29);
10713  1 org.junit.Assert.assertTrue("'" + boolean30 + "' != '" + false + "'", boolean30 == false);
10714  1 org.junit.Assert.assertNotNull(document32);
10715  1 org.junit.Assert.assertEquals("'" + str33 + "' != '" + "" + "'", str33, "");
10716  1 org.junit.Assert.assertEquals("'" + str34 + "' != '" + "" + "'", str34, "");
10717  1 org.junit.Assert.assertNotNull(element35);
10718  1 org.junit.Assert.assertNotNull(request37);
10719  1 org.junit.Assert.assertNotNull(request40);
10720  1 org.junit.Assert.assertTrue("'" + boolean42 + "' != '" + true + "'", boolean42 == true);
10721  1 org.junit.Assert.assertTrue("'" + boolean44 + "' != '" + false + "'", boolean44 == false);
10722  1 org.junit.Assert.assertNotNull(parser45);
10723  1 org.junit.Assert.assertNotNull(document46);
10724  1 org.junit.Assert.assertNotNull(nodeList47);
10725  1 org.junit.Assert.assertTrue("'" + boolean48 + "' != '" + false + "'", boolean48 == false);
10726  1 org.junit.Assert.assertTrue("'" + boolean50 + "' != '" + false + "'", boolean50 == false);
10727    }
10728   
 
10729  1 toggle @Test
10730    public void test0908() throws Throwable {
10731  1 if (debug)
10732  0 System.out.format("%n%s%n", "RegressionTest1.test0908");
10733  1 org.jsoup.select.Evaluator.AttributeWithValue attributeWithValue2 = new org.jsoup.select.Evaluator.AttributeWithValue("#root", "multipart/form-data");
10734  1 org.jsoup.nodes.Document document5 = org.jsoup.parser.Parser.parseBodyFragmentRelaxed("*", "<html>\n <head></head> \n <body>\n hi! \n </body>\n</html>");
10735  1 org.jsoup.nodes.Element element6 = null;
10736    // The following exception was thrown during execution in test generation
10737  1 try {
10738  1 boolean boolean7 = attributeWithValue2.matches((org.jsoup.nodes.Element) document5, element6);
10739  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"org.jsoup.nodes.Element.hasAttr(String)\" because \"element\" is null");
10740    } catch (NullPointerException e) {
10741    // Expected exception.
10742    }
10743  1 org.junit.Assert.assertNotNull(document5);
10744    }
10745   
 
10746  1 toggle @Test
10747    public void test0909() throws Throwable {
10748  1 if (debug)
10749  0 System.out.format("%n%s%n", "RegressionTest1.test0909");
10750  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10751  1 String str2 = document1.id();
10752  1 String str3 = document1.baseUri();
10753  1 org.jsoup.nodes.Element element6 = document1.attr("", true);
10754    // The following exception was thrown during execution in test generation
10755  1 try {
10756  1 org.jsoup.nodes.Node node8 = document1.after(" ");
10757  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
10758    } catch (IllegalArgumentException e) {
10759    // Expected exception.
10760    }
10761  1 org.junit.Assert.assertNotNull(document1);
10762  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
10763  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
10764  1 org.junit.Assert.assertNotNull(element6);
10765    }
10766   
 
10767  1 toggle @Test
10768    public void test0910() throws Throwable {
10769  1 if (debug)
10770  0 System.out.format("%n%s%n", "RegressionTest1.test0910");
10771  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
10772  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
10773  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
10774  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
10775  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
10776  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
10777  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
10778  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
10779  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
10780  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
10781  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
10782  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
10783  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
10784  1 java.util.Map<String, String> strMap16 = request14.cookies();
10785  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
10786  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
10787  1 java.io.InputStream inputStream23 = null;
10788  1 org.jsoup.helper.HttpConnection.KeyVal keyVal24 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream23);
10789  1 java.io.InputStream inputStream25 = keyVal24.inputStream();
10790  1 org.jsoup.helper.HttpConnection httpConnection26 = new org.jsoup.helper.HttpConnection();
10791  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory27 = null;
10792  1 org.jsoup.Connection connection28 = httpConnection26.sslSocketFactory(sSLSocketFactory27);
10793  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory29 = null;
10794  1 org.jsoup.Connection connection30 = httpConnection26.sslSocketFactory(sSLSocketFactory29);
10795  1 org.jsoup.Connection.Request request31 = httpConnection26.request();
10796  1 org.jsoup.helper.HttpConnection httpConnection32 = new org.jsoup.helper.HttpConnection();
10797  1 org.jsoup.Connection.Request request33 = httpConnection32.request();
10798  1 org.jsoup.Connection.Request request36 = request33.addHeader("multipart/form-data", "hi!");
10799  1 java.util.Map<String, java.util.List<String>> strMap37 = request36.multiHeaders();
10800  1 java.util.Map<String, String> strMap38 = request36.cookies();
10801  1 org.jsoup.Connection connection39 = httpConnection26.headers(strMap38);
10802  1 java.io.InputStream inputStream42 = null;
10803  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream45 = new org.jsoup.internal.ConstrainableInputStream(inputStream42, 1, (int) (byte) 0);
10804  1 org.jsoup.Connection connection46 = httpConnection26.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream45);
10805  1 org.jsoup.helper.HttpConnection.KeyVal keyVal47 = keyVal24.inputStream((java.io.InputStream) constrainableInputStream45);
10806  1 constrainableInputStream45.skipNBytes(0L);
10807  1 org.jsoup.Connection connection50 = httpConnection0.data("[:eq(-1)!=#doctype]", ":contains(content-encoding)", (java.io.InputStream) constrainableInputStream45);
10808  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream53 = org.jsoup.internal.ConstrainableInputStream.wrap((java.io.InputStream) constrainableInputStream45, 0, 100);
10809  1 org.junit.Assert.assertNotNull(request1);
10810  1 org.junit.Assert.assertNotNull(connection3);
10811  1 org.junit.Assert.assertNotNull(connection6);
10812  1 org.junit.Assert.assertNotNull(connection8);
10813  1 org.junit.Assert.assertNotNull(request9);
10814  1 org.junit.Assert.assertNotNull(request11);
10815  1 org.junit.Assert.assertNotNull(request14);
10816  1 org.junit.Assert.assertNotNull(strMap15);
10817  1 org.junit.Assert.assertNotNull(strMap16);
10818  1 org.junit.Assert.assertNotNull(connection17);
10819  1 org.junit.Assert.assertNotNull(connection18);
10820  1 org.junit.Assert.assertNotNull(keyVal24);
10821  1 org.junit.Assert.assertNull(inputStream25);
10822  1 org.junit.Assert.assertNotNull(connection28);
10823  1 org.junit.Assert.assertNotNull(connection30);
10824  1 org.junit.Assert.assertNotNull(request31);
10825  1 org.junit.Assert.assertNotNull(request33);
10826  1 org.junit.Assert.assertNotNull(request36);
10827  1 org.junit.Assert.assertNotNull(strMap37);
10828  1 org.junit.Assert.assertNotNull(strMap38);
10829  1 org.junit.Assert.assertNotNull(connection39);
10830  1 org.junit.Assert.assertNotNull(connection46);
10831  1 org.junit.Assert.assertNotNull(keyVal47);
10832  1 org.junit.Assert.assertNotNull(connection50);
10833  1 org.junit.Assert.assertNotNull(constrainableInputStream53);
10834    }
10835   
 
10836  1 toggle @Test
10837    public void test0911() throws Throwable {
10838  1 if (debug)
10839  0 System.out.format("%n%s%n", "RegressionTest1.test0911");
10840  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
10841  1 String str2 = tokenQueue1.toString();
10842  1 boolean boolean3 = tokenQueue1.consumeWhitespace();
10843  1 String str5 = tokenQueue1.consumeTo("multipart");
10844  1 String str7 = tokenQueue1.chompTo(" ");
10845  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "multipart/form-data" + "'", str2, "multipart/form-data");
10846  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
10847  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
10848  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "multipart/form-data" + "'", str7, "multipart/form-data");
10849    }
10850   
 
10851  1 toggle @Test
10852    public void test0912() throws Throwable {
10853  1 if (debug)
10854  0 System.out.format("%n%s%n", "RegressionTest1.test0912");
10855  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
10856  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10857  1 String str5 = document4.className();
10858  1 String str6 = document4.outerHtml();
10859  1 boolean boolean8 = document4.hasSameValue((Object) 1);
10860  1 String str9 = document4.tagName();
10861  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
10862  1 org.jsoup.nodes.Element element13 = document11.val("hi!");
10863  1 boolean boolean14 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, element13);
10864  1 org.jsoup.select.Elements elements15 = element13.nextElementSiblings();
10865  1 org.jsoup.select.Elements elements16 = elements15.parents();
10866  1 org.junit.Assert.assertNotNull(document4);
10867  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
10868  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str6, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10869  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
10870  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "#root" + "'", str9, "#root");
10871  1 org.junit.Assert.assertNotNull(document11);
10872  1 org.junit.Assert.assertNotNull(element13);
10873  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
10874  1 org.junit.Assert.assertNotNull(elements15);
10875  1 org.junit.Assert.assertNotNull(elements16);
10876    }
10877   
 
10878  1 toggle @Test
10879    public void test0913() throws Throwable {
10880  1 if (debug)
10881  0 System.out.format("%n%s%n", "RegressionTest1.test0913");
10882  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
10883  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
10884  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
10885  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
10886  1 String str5 = response4.statusMessage();
10887  1 org.junit.Assert.assertNotNull(request1);
10888  1 org.junit.Assert.assertNotNull(connection3);
10889  1 org.junit.Assert.assertNotNull(response4);
10890  1 org.junit.Assert.assertNull(str5);
10891    }
10892   
 
10893  1 toggle @Test
10894    public void test0914() throws Throwable {
10895  1 if (debug)
10896  0 System.out.format("%n%s%n", "RegressionTest1.test0914");
10897  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
10898  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
10899  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
10900  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
10901  1 boolean boolean8 = request4.hasCookie("#text");
10902  1 org.jsoup.parser.Parser parser9 = request4.parser();
10903  1 org.jsoup.Connection.Request request12 = request4.header("#text", "multipart/form-data");
10904  1 boolean boolean15 = request12.hasHeaderWithValue(":nth-last-of-type(100n-1)", "multipart/form-data");
10905  1 org.jsoup.helper.HttpConnection.KeyVal keyVal18 = org.jsoup.helper.HttpConnection.KeyVal.create("SYSTEM", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10906  1 String str19 = keyVal18.value();
10907  1 org.jsoup.helper.HttpConnection.KeyVal keyVal21 = keyVal18.value("");
10908  1 java.io.InputStream inputStream22 = keyVal21.inputStream();
10909  1 org.jsoup.Connection.Request request23 = request12.data((org.jsoup.Connection.KeyVal) keyVal21);
10910  1 org.junit.Assert.assertNotNull(request1);
10911  1 org.junit.Assert.assertNotNull(request4);
10912  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
10913  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
10914  1 org.junit.Assert.assertNotNull(parser9);
10915  1 org.junit.Assert.assertNotNull(request12);
10916  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
10917  1 org.junit.Assert.assertNotNull(keyVal18);
10918  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str19, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10919  1 org.junit.Assert.assertNotNull(keyVal21);
10920  1 org.junit.Assert.assertNull(inputStream22);
10921  1 org.junit.Assert.assertNotNull(request23);
10922    }
10923   
 
10924  1 toggle @Test
10925    public void test0915() throws Throwable {
10926  1 if (debug)
10927  0 System.out.format("%n%s%n", "RegressionTest1.test0915");
10928  1 org.jsoup.select.Evaluator.IndexGreaterThan indexGreaterThan1 = new org.jsoup.select.Evaluator.IndexGreaterThan((int) (short) 100);
10929  1 String str2 = indexGreaterThan1.toString();
10930  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":gt(100)" + "'", str2, ":gt(100)");
10931    }
10932   
 
10933  1 toggle @Test
10934    public void test0916() throws Throwable {
10935  1 if (debug)
10936  0 System.out.format("%n%s%n", "RegressionTest1.test0916");
10937  1 org.jsoup.parser.CharacterReader characterReader1 = new org.jsoup.parser.CharacterReader("<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n");
10938  1 String str2 = characterReader1.toString();
10939  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n" + "'", str2, "<html>\n <head>\n <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n </head>\n <body>hi!</body>\n</html>\n");
10940    }
10941   
 
10942  1 toggle @Test
10943    public void test0917() throws Throwable {
10944  1 if (debug)
10945  0 System.out.format("%n%s%n", "RegressionTest1.test0917");
10946  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
10947  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
10948  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
10949  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
10950  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(false);
10951  1 java.io.InputStream inputStream9 = null;
10952  1 org.jsoup.parser.Parser parser12 = org.jsoup.parser.Parser.htmlParser();
10953  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parse(inputStream9, "", "#root", parser12);
10954  1 org.jsoup.nodes.Document document14 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser12);
10955  1 org.jsoup.Connection connection15 = connection6.parser(parser12);
10956  1 org.jsoup.Connection connection17 = connection15.ignoreContentType(false);
10957  1 org.jsoup.Connection.KeyVal keyVal19 = connection17.data("application/x-www-form-urlencoded");
10958  1 org.junit.Assert.assertNotNull(request1);
10959  1 org.junit.Assert.assertNotNull(connection3);
10960  1 org.junit.Assert.assertNotNull(response4);
10961  1 org.junit.Assert.assertNotNull(connection6);
10962  1 org.junit.Assert.assertNotNull(parser12);
10963  1 org.junit.Assert.assertNotNull(document13);
10964  1 org.junit.Assert.assertNotNull(document14);
10965  1 org.junit.Assert.assertNotNull(connection15);
10966  1 org.junit.Assert.assertNotNull(connection17);
10967  1 org.junit.Assert.assertNull(keyVal19);
10968    }
10969   
 
10970  1 toggle @Test
10971    public void test0918() throws Throwable {
10972  1 if (debug)
10973  0 System.out.format("%n%s%n", "RegressionTest1.test0918");
10974  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
10975  1 boolean boolean3 = tokenQueue1.matchesCS("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
10976  1 String str5 = tokenQueue1.chompTo("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
10977  1 String[] strArray13 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
10978  1 boolean boolean14 = org.jsoup.internal.StringUtil.in("", strArray13);
10979  1 boolean boolean15 = org.jsoup.internal.StringUtil.in("", strArray13);
10980  1 boolean boolean16 = tokenQueue1.matchesAny(strArray13);
10981  1 boolean boolean18 = tokenQueue1.matches("#cdata");
10982  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
10983  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "multipart/form-data" + "'", str5, "multipart/form-data");
10984  1 org.junit.Assert.assertNotNull(strArray13);
10985  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
10986  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + true + "'", boolean15 == true);
10987  1 org.junit.Assert.assertTrue("'" + boolean16 + "' != '" + true + "'", boolean16 == true);
10988  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
10989    }
10990   
 
10991  1 toggle @Test
10992    public void test0919() throws Throwable {
10993  1 if (debug)
10994  0 System.out.format("%n%s%n", "RegressionTest1.test0919");
10995  1 java.io.InputStream inputStream2 = null;
10996  1 org.jsoup.parser.Parser parser5 = org.jsoup.parser.Parser.htmlParser();
10997  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parse(inputStream2, "", "#root", parser5);
10998  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser5);
10999  1 org.jsoup.nodes.Document document8 = document7.normalise();
11000  1 String str9 = document8.normalName();
11001  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11002  1 String str12 = document11.className();
11003  1 String str14 = document11.attr("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
11004  1 org.jsoup.nodes.Element element16 = document11.removeAttr("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]");
11005  1 org.jsoup.nodes.Element element17 = document8.appendChild((org.jsoup.nodes.Node) document11);
11006  1 org.junit.Assert.assertNotNull(parser5);
11007  1 org.junit.Assert.assertNotNull(document6);
11008  1 org.junit.Assert.assertNotNull(document7);
11009  1 org.junit.Assert.assertNotNull(document8);
11010  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "#root" + "'", str9, "#root");
11011  1 org.junit.Assert.assertNotNull(document11);
11012  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
11013  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
11014  1 org.junit.Assert.assertNotNull(element16);
11015  1 org.junit.Assert.assertNotNull(element17);
11016    }
11017   
 
11018  1 toggle @Test
11019    public void test0920() throws Throwable {
11020  1 if (debug)
11021  0 System.out.format("%n%s%n", "RegressionTest1.test0920");
11022  1 org.jsoup.select.Evaluator.ContainsData containsData1 = new org.jsoup.select.Evaluator.ContainsData(":containsData( )");
11023    }
11024   
 
11025  1 toggle @Test
11026    public void test0921() throws Throwable {
11027  1 if (debug)
11028  0 System.out.format("%n%s%n", "RegressionTest1.test0921");
11029  1 boolean boolean1 = org.jsoup.internal.StringUtil.isWhitespace(100);
11030  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
11031    }
11032   
 
11033  1 toggle @Test
11034    public void test0922() throws Throwable {
11035  1 if (debug)
11036  0 System.out.format("%n%s%n", "RegressionTest1.test0922");
11037  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
11038  1 boolean boolean2 = tag1.isInline();
11039  1 boolean boolean3 = tag1.isData();
11040  1 String str4 = tag1.getName();
11041  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
11042  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
11043  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "#document" + "'", str4, "#document");
11044    }
11045   
 
11046  1 toggle @Test
11047    public void test0923() throws Throwable {
11048  1 if (debug)
11049  0 System.out.format("%n%s%n", "RegressionTest1.test0923");
11050  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
11051  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
11052  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
11053  1 org.jsoup.Connection connection4 = httpConnection0.ignoreContentType(true);
11054  1 java.io.InputStream inputStream9 = null;
11055  1 org.jsoup.helper.HttpConnection.KeyVal keyVal10 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream9);
11056  1 java.io.InputStream inputStream11 = keyVal10.inputStream();
11057  1 java.io.InputStream inputStream14 = null;
11058  1 org.jsoup.helper.HttpConnection.KeyVal keyVal15 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream14);
11059  1 java.io.InputStream inputStream16 = keyVal15.inputStream();
11060  1 org.jsoup.helper.HttpConnection httpConnection17 = new org.jsoup.helper.HttpConnection();
11061  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory18 = null;
11062  1 org.jsoup.Connection connection19 = httpConnection17.sslSocketFactory(sSLSocketFactory18);
11063  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory20 = null;
11064  1 org.jsoup.Connection connection21 = httpConnection17.sslSocketFactory(sSLSocketFactory20);
11065  1 org.jsoup.Connection.Request request22 = httpConnection17.request();
11066  1 org.jsoup.helper.HttpConnection httpConnection23 = new org.jsoup.helper.HttpConnection();
11067  1 org.jsoup.Connection.Request request24 = httpConnection23.request();
11068  1 org.jsoup.Connection.Request request27 = request24.addHeader("multipart/form-data", "hi!");
11069  1 java.util.Map<String, java.util.List<String>> strMap28 = request27.multiHeaders();
11070  1 java.util.Map<String, String> strMap29 = request27.cookies();
11071  1 org.jsoup.Connection connection30 = httpConnection17.headers(strMap29);
11072  1 java.io.InputStream inputStream33 = null;
11073  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream36 = new org.jsoup.internal.ConstrainableInputStream(inputStream33, 1, (int) (byte) 0);
11074  1 org.jsoup.Connection connection37 = httpConnection17.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream36);
11075  1 org.jsoup.helper.HttpConnection.KeyVal keyVal38 = keyVal15.inputStream((java.io.InputStream) constrainableInputStream36);
11076  1 constrainableInputStream36.skipNBytes(0L);
11077  1 org.jsoup.helper.HttpConnection.KeyVal keyVal41 = keyVal10.inputStream((java.io.InputStream) constrainableInputStream36);
11078  1 org.jsoup.Connection connection43 = httpConnection0.data("<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>", " ", (java.io.InputStream) constrainableInputStream36, "ultipart");
11079    // The following exception was thrown during execution in test generation
11080  1 try {
11081  1 byte[] byteArray44 = constrainableInputStream36.readAllBytes();
11082  0 org.junit.Assert.fail("Expected exception of type java.io.IOException; message: Stream closed");
11083    } catch (java.io.IOException e) {
11084    // Expected exception.
11085    }
11086  1 org.junit.Assert.assertNotNull(connection2);
11087  1 org.junit.Assert.assertNotNull(connection4);
11088  1 org.junit.Assert.assertNotNull(keyVal10);
11089  1 org.junit.Assert.assertNull(inputStream11);
11090  1 org.junit.Assert.assertNotNull(keyVal15);
11091  1 org.junit.Assert.assertNull(inputStream16);
11092  1 org.junit.Assert.assertNotNull(connection19);
11093  1 org.junit.Assert.assertNotNull(connection21);
11094  1 org.junit.Assert.assertNotNull(request22);
11095  1 org.junit.Assert.assertNotNull(request24);
11096  1 org.junit.Assert.assertNotNull(request27);
11097  1 org.junit.Assert.assertNotNull(strMap28);
11098  1 org.junit.Assert.assertNotNull(strMap29);
11099  1 org.junit.Assert.assertNotNull(connection30);
11100  1 org.junit.Assert.assertNotNull(connection37);
11101  1 org.junit.Assert.assertNotNull(keyVal38);
11102  1 org.junit.Assert.assertNotNull(keyVal41);
11103  1 org.junit.Assert.assertNotNull(connection43);
11104    }
11105   
 
11106  1 toggle @Test
11107    public void test0924() throws Throwable {
11108  1 if (debug)
11109  0 System.out.format("%n%s%n", "RegressionTest1.test0924");
11110  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
11111  1 String str2 = tokenQueue1.toString();
11112  1 boolean boolean3 = tokenQueue1.consumeWhitespace();
11113  1 String str5 = tokenQueue1.consumeTo("multipart");
11114  1 tokenQueue1.addFirst("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
11115  1 String[] strArray15 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
11116  1 boolean boolean16 = org.jsoup.internal.StringUtil.in("", strArray15);
11117  1 boolean boolean17 = org.jsoup.internal.StringUtil.in("", strArray15);
11118  1 String str19 = org.jsoup.internal.StringUtil.join(strArray15, " hi!=\"multipart/form-data\"");
11119  1 String str20 = tokenQueue1.consumeToAny(strArray15);
11120  1 boolean boolean21 = tokenQueue1.matchesStartTag();
11121  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "multipart/form-data" + "'", str2, "multipart/form-data");
11122  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
11123  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
11124  1 org.junit.Assert.assertNotNull(strArray15);
11125  1 org.junit.Assert.assertTrue("'" + boolean16 + "' != '" + true + "'", boolean16 == true);
11126  1 org.junit.Assert.assertTrue("'" + boolean17 + "' != '" + true + "'", boolean17 == true);
11127  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!" + "'", str19, "hi! hi!=\"multipart/form-data\"hi! hi!=\"multipart/form-data\" hi!=\"multipart/form-data\"multipart/form-data hi!=\"multipart/form-data\"hi!");
11128  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "" + "'", str20, "");
11129  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
11130    }
11131   
 
11132  1 toggle @Test
11133    public void test0925() throws Throwable {
11134  1 if (debug)
11135  0 System.out.format("%n%s%n", "RegressionTest1.test0925");
11136  1 String str1 = org.jsoup.internal.Normalizer.normalize("");
11137  1 org.junit.Assert.assertEquals("'" + str1 + "' != '" + "" + "'", str1, "");
11138    }
11139   
 
11140  1 toggle @Test
11141    public void test0926() throws Throwable {
11142  1 if (debug)
11143  0 System.out.format("%n%s%n", "RegressionTest1.test0926");
11144  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
11145  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
11146  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
11147  1 org.jsoup.Connection.Request request7 = request1.header("#root=\"\"", ":eq(-1)");
11148    // The following exception was thrown during execution in test generation
11149  1 try {
11150  1 org.jsoup.Connection.Request request9 = request7.postDataCharset("#cdata");
11151  0 org.junit.Assert.fail("Expected exception of type java.nio.charset.IllegalCharsetNameException; message: #cdata");
11152    } catch (java.nio.charset.IllegalCharsetNameException e) {
11153    // Expected exception.
11154    }
11155  1 org.junit.Assert.assertNotNull(request1);
11156  1 org.junit.Assert.assertNotNull(request4);
11157  1 org.junit.Assert.assertNotNull(request7);
11158    }
11159   
 
11160  1 toggle @Test
11161    public void test0927() throws Throwable {
11162  1 if (debug)
11163  0 System.out.format("%n%s%n", "RegressionTest1.test0927");
11164  1 org.jsoup.helper.HttpConnection.KeyVal keyVal2 = org.jsoup.helper.HttpConnection.KeyVal.create(" ", ":matchesOwn(null)");
11165  1 String str3 = keyVal2.key();
11166  1 org.junit.Assert.assertNotNull(keyVal2);
11167  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + " " + "'", str3, " ");
11168    }
11169   
 
11170  1 toggle @Test
11171    public void test0928() throws Throwable {
11172  1 if (debug)
11173  0 System.out.format("%n%s%n", "RegressionTest1.test0928");
11174  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
11175  1 String str2 = tokenQueue1.toString();
11176  1 boolean boolean3 = tokenQueue1.consumeWhitespace();
11177  1 String str5 = tokenQueue1.consumeTo("multipart");
11178  1 String str6 = tokenQueue1.remainder();
11179  1 String str8 = tokenQueue1.consumeTo("Content-Encoding");
11180  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "multipart/form-data" + "'", str2, "multipart/form-data");
11181  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
11182  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
11183  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "multipart/form-data" + "'", str6, "multipart/form-data");
11184  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
11185    }
11186   
 
11187  1 toggle @Test
11188    public void test0929() throws Throwable {
11189  1 if (debug)
11190  0 System.out.format("%n%s%n", "RegressionTest1.test0929");
11191    // The following exception was thrown during execution in test generation
11192  1 try {
11193  1 org.jsoup.parser.Tag tag1 = org.jsoup.parser.Tag.valueOf(" ");
11194  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: String must not be empty");
11195    } catch (IllegalArgumentException e) {
11196    // Expected exception.
11197    }
11198    }
11199   
 
11200  1 toggle @Test
11201    public void test0930() throws Throwable {
11202  1 if (debug)
11203  0 System.out.format("%n%s%n", "RegressionTest1.test0930");
11204  1 org.jsoup.parser.Tag tag1 = new org.jsoup.parser.Tag("#document");
11205  1 boolean boolean2 = tag1.formatAsBlock();
11206  1 String str3 = tag1.toString();
11207  1 org.jsoup.nodes.Attributes attributes5 = new org.jsoup.nodes.Attributes();
11208  1 org.jsoup.nodes.Attributes attributes8 = attributes5.put("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", false);
11209  1 org.jsoup.nodes.Attributes attributes11 = attributes5.add("hi!", "multipart/form-data");
11210  1 String str12 = attributes11.html();
11211  1 org.jsoup.nodes.Attributes attributes13 = attributes11.clone();
11212  1 java.util.Iterator<org.jsoup.nodes.Attribute> attributeItor14 = attributes11.iterator();
11213  1 org.jsoup.nodes.PseudoTextElement pseudoTextElement15 = new org.jsoup.nodes.PseudoTextElement(tag1, "ultipart", attributes11);
11214  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + true + "'", boolean2 == true);
11215  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "#document" + "'", str3, "#document");
11216  1 org.junit.Assert.assertNotNull(attributes8);
11217  1 org.junit.Assert.assertNotNull(attributes11);
11218  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + " hi!=\"multipart/form-data\"" + "'", str12, " hi!=\"multipart/form-data\"");
11219  1 org.junit.Assert.assertNotNull(attributes13);
11220  1 org.junit.Assert.assertNotNull(attributeItor14);
11221    }
11222   
 
11223  1 toggle @Test
11224    public void test0931() throws Throwable {
11225  1 if (debug)
11226  0 System.out.format("%n%s%n", "RegressionTest1.test0931");
11227  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11228  1 String str2 = document1.className();
11229  1 String str4 = document1.attr("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
11230  1 String str5 = document1.normalName();
11231  1 int int6 = document1.elementSiblingIndex();
11232  1 org.junit.Assert.assertNotNull(document1);
11233  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
11234  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
11235  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "#root" + "'", str5, "#root");
11236  1 org.junit.Assert.assertTrue("'" + int6 + "' != '" + 0 + "'", int6 == 0);
11237    }
11238   
 
11239  1 toggle @Test
11240    public void test0932() throws Throwable {
11241  1 if (debug)
11242  0 System.out.format("%n%s%n", "RegressionTest1.test0932");
11243  1 org.jsoup.nodes.Attributes attributes2 = new org.jsoup.nodes.Attributes();
11244  1 org.jsoup.nodes.Attributes attributes5 = attributes2.put("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", false);
11245  1 org.jsoup.nodes.Attributes attributes8 = attributes2.add("hi!", "multipart/form-data");
11246  1 String str9 = attributes8.html();
11247  1 org.jsoup.nodes.Attributes attributes10 = attributes8.clone();
11248  1 java.util.Iterator<org.jsoup.nodes.Attribute> attributeItor11 = attributes8.iterator();
11249  1 org.jsoup.nodes.Attribute attribute12 = new org.jsoup.nodes.Attribute(":gt(35)", "<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>", attributes8);
11250  1 org.junit.Assert.assertNotNull(attributes5);
11251  1 org.junit.Assert.assertNotNull(attributes8);
11252  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + " hi!=\"multipart/form-data\"" + "'", str9, " hi!=\"multipart/form-data\"");
11253  1 org.junit.Assert.assertNotNull(attributes10);
11254  1 org.junit.Assert.assertNotNull(attributeItor11);
11255    }
11256   
 
11257  1 toggle @Test
11258    public void test0933() throws Throwable {
11259  1 if (debug)
11260  0 System.out.format("%n%s%n", "RegressionTest1.test0933");
11261  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
11262  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11263  1 String str5 = document4.wholeText();
11264  1 org.jsoup.nodes.Document document7 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11265  1 String str8 = document7.className();
11266  1 boolean boolean9 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document7);
11267  1 org.jsoup.nodes.Document document10 = document4.clone();
11268  1 org.jsoup.nodes.Element element12 = document4.tagName("#root");
11269  1 org.jsoup.select.Elements elements14 = document4.getElementsByIndexLessThan(100);
11270  1 String str15 = document4.data();
11271  1 org.jsoup.nodes.Node node16 = document4.parent();
11272  1 org.junit.Assert.assertNotNull(document4);
11273  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "hi!" + "'", str5, "hi!");
11274  1 org.junit.Assert.assertNotNull(document7);
11275  1 org.junit.Assert.assertEquals("'" + str8 + "' != '" + "" + "'", str8, "");
11276  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
11277  1 org.junit.Assert.assertNotNull(document10);
11278  1 org.junit.Assert.assertNotNull(element12);
11279  1 org.junit.Assert.assertNotNull(elements14);
11280  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "" + "'", str15, "");
11281  1 org.junit.Assert.assertNull(node16);
11282    }
11283   
 
11284  1 toggle @Test
11285    public void test0934() throws Throwable {
11286  1 if (debug)
11287  0 System.out.format("%n%s%n", "RegressionTest1.test0934");
11288  1 org.jsoup.parser.ParseErrorList parseErrorList0 = org.jsoup.parser.ParseErrorList.noTracking();
11289  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor1 = parseErrorList0.listIterator();
11290  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor2 = parseErrorList0.iterator();
11291  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream3 = parseErrorList0.stream();
11292  1 org.jsoup.parser.ParseErrorList parseErrorList5 = org.jsoup.parser.ParseErrorList.noTracking();
11293  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream6 = parseErrorList5.stream();
11294  1 boolean boolean7 = parseErrorList0.addAll((int) (short) 0, (java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList5);
11295  1 org.jsoup.parser.ParseError[] parseErrorArray9 = new org.jsoup.parser.ParseError[] {};
11296  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList10 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
11297  1 boolean boolean11 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList10, parseErrorArray9);
11298  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor12 = parseErrorList10.listIterator();
11299  1 String str13 = parseErrorList10.toString();
11300  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11301  1 String str16 = document15.id();
11302  1 org.jsoup.select.Elements elements17 = document15.previousElementSiblings();
11303  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor18 = elements17.listIterator();
11304  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor19 = elements17.listIterator();
11305  1 org.jsoup.select.Elements elements21 = elements17.next("#text");
11306  1 org.jsoup.nodes.Element element23 = null;
11307  1 org.jsoup.parser.ParseErrorList parseErrorList25 = org.jsoup.parser.ParseErrorList.noTracking();
11308  1 java.util.List<org.jsoup.nodes.Node> nodeList26 = org.jsoup.parser.Parser.parseFragment("", element23, "", parseErrorList25);
11309  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor27 = parseErrorList25.iterator();
11310  1 boolean boolean28 = elements17.removeAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList25);
11311  1 int int29 = parseErrorList10.lastIndexOf((Object) elements17);
11312    // The following exception was thrown during execution in test generation
11313  1 try {
11314  1 boolean boolean30 = parseErrorList5.addAll((int) (short) 1, (java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList10);
11315  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: Index: 1, Size: 0");
11316    } catch (IndexOutOfBoundsException e) {
11317    // Expected exception.
11318    }
11319  1 org.junit.Assert.assertNotNull(parseErrorList0);
11320  1 org.junit.Assert.assertNotNull(parseErrorItor1);
11321  1 org.junit.Assert.assertNotNull(parseErrorItor2);
11322  1 org.junit.Assert.assertNotNull(parseErrorStream3);
11323  1 org.junit.Assert.assertNotNull(parseErrorList5);
11324  1 org.junit.Assert.assertNotNull(parseErrorStream6);
11325  1 org.junit.Assert.assertTrue("'" + boolean7 + "' != '" + false + "'", boolean7 == false);
11326  1 org.junit.Assert.assertNotNull(parseErrorArray9);
11327  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + false + "'", boolean11 == false);
11328  1 org.junit.Assert.assertNotNull(parseErrorItor12);
11329  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "[]" + "'", str13, "[]");
11330  1 org.junit.Assert.assertNotNull(document15);
11331  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
11332  1 org.junit.Assert.assertNotNull(elements17);
11333  1 org.junit.Assert.assertNotNull(elementItor18);
11334  1 org.junit.Assert.assertNotNull(elementItor19);
11335  1 org.junit.Assert.assertNotNull(elements21);
11336  1 org.junit.Assert.assertNotNull(parseErrorList25);
11337  1 org.junit.Assert.assertNotNull(nodeList26);
11338  1 org.junit.Assert.assertNotNull(parseErrorItor27);
11339  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
11340  1 org.junit.Assert.assertTrue("'" + int29 + "' != '" + (-1) + "'", int29 == (-1));
11341    }
11342   
 
11343  1 toggle @Test
11344    public void test0935() throws Throwable {
11345  1 if (debug)
11346  0 System.out.format("%n%s%n", "RegressionTest1.test0935");
11347  1 org.jsoup.select.Evaluator.IsLastOfType isLastOfType0 = new org.jsoup.select.Evaluator.IsLastOfType();
11348  1 String str1 = isLastOfType0.toString();
11349  1 String str2 = isLastOfType0.toString();
11350  1 org.junit.Assert.assertEquals("'" + str1 + "' != '" + ":last-of-type" + "'", str1, ":last-of-type");
11351  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":last-of-type" + "'", str2, ":last-of-type");
11352    }
11353   
 
11354  1 toggle @Test
11355    public void test0936() throws Throwable {
11356  1 if (debug)
11357  0 System.out.format("%n%s%n", "RegressionTest1.test0936");
11358  1 org.jsoup.nodes.Document document1 = new org.jsoup.nodes.Document(":matches(null)");
11359    }
11360   
 
11361  1 toggle @Test
11362    public void test0937() throws Throwable {
11363  1 if (debug)
11364  0 System.out.format("%n%s%n", "RegressionTest1.test0937");
11365  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
11366  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
11367  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
11368  1 parseErrorList1.ensureCapacity(10);
11369  1 Object[] objArray5 = parseErrorList1.toArray();
11370  1 org.junit.Assert.assertNotNull(parseErrorArray0);
11371  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
11372  1 org.junit.Assert.assertNotNull(objArray5);
11373  1 org.junit.Assert.assertEquals(java.util.Arrays.deepToString(objArray5), "[]");
11374  1 org.junit.Assert.assertEquals(java.util.Arrays.toString(objArray5), "[]");
11375    }
11376   
 
11377  1 toggle @Test
11378    public void test0938() throws Throwable {
11379  1 if (debug)
11380  0 System.out.format("%n%s%n", "RegressionTest1.test0938");
11381  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
11382  1 boolean boolean3 = tokenQueue1.matchesCS("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
11383  1 String str5 = tokenQueue1.chompTo("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
11384  1 String[] strArray13 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
11385  1 boolean boolean14 = org.jsoup.internal.StringUtil.in("", strArray13);
11386  1 boolean boolean15 = org.jsoup.internal.StringUtil.in("", strArray13);
11387  1 boolean boolean16 = tokenQueue1.matchesAny(strArray13);
11388  1 String str17 = tokenQueue1.toString();
11389  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
11390  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "multipart/form-data" + "'", str5, "multipart/form-data");
11391  1 org.junit.Assert.assertNotNull(strArray13);
11392  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + true + "'", boolean14 == true);
11393  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + true + "'", boolean15 == true);
11394  1 org.junit.Assert.assertTrue("'" + boolean16 + "' != '" + true + "'", boolean16 == true);
11395  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
11396    }
11397   
 
11398  1 toggle @Test
11399    public void test0939() throws Throwable {
11400  1 if (debug)
11401  0 System.out.format("%n%s%n", "RegressionTest1.test0939");
11402  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType((int) (short) 10, (int) '\uffff');
11403    }
11404   
 
11405  1 toggle @Test
11406    public void test0940() throws Throwable {
11407  1 if (debug)
11408  0 System.out.format("%n%s%n", "RegressionTest1.test0940");
11409  1 org.jsoup.nodes.Attributes attributes2 = new org.jsoup.nodes.Attributes();
11410  1 org.jsoup.nodes.Attributes attributes5 = attributes2.put("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", false);
11411  1 java.util.Iterator<org.jsoup.nodes.Attribute> attributeItor6 = attributes2.iterator();
11412  1 org.jsoup.nodes.Attribute attribute7 = new org.jsoup.nodes.Attribute("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>=\"#root\"", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>", attributes2);
11413  1 org.junit.Assert.assertNotNull(attributes5);
11414  1 org.junit.Assert.assertNotNull(attributeItor6);
11415    }
11416   
 
11417  1 toggle @Test
11418    public void test0941() throws Throwable {
11419  1 if (debug)
11420  0 System.out.format("%n%s%n", "RegressionTest1.test0941");
11421  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11422  1 String str2 = document1.id();
11423  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
11424  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
11425  1 boolean boolean6 = elements3.equals((Object) 1.0d);
11426  1 String str7 = elements3.text();
11427  1 org.jsoup.select.Elements elements9 = elements3.wrap("#root");
11428  1 org.jsoup.select.Elements elements11 = elements9.prevAll("#document");
11429  1 org.junit.Assert.assertNotNull(document1);
11430  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
11431  1 org.junit.Assert.assertNotNull(elements3);
11432  1 org.junit.Assert.assertNotNull(elementItor4);
11433  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
11434  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
11435  1 org.junit.Assert.assertNotNull(elements9);
11436  1 org.junit.Assert.assertNotNull(elements11);
11437    }
11438   
 
11439  1 toggle @Test
11440    public void test0942() throws Throwable {
11441  1 if (debug)
11442  0 System.out.format("%n%s%n", "RegressionTest1.test0942");
11443  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
11444  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
11445  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
11446  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
11447  1 java.net.URL uRL5 = response4.url();
11448  1 String str7 = response4.header("hi!");
11449  1 String str8 = response4.contentType();
11450  1 org.junit.Assert.assertNotNull(request1);
11451  1 org.junit.Assert.assertNotNull(connection3);
11452  1 org.junit.Assert.assertNotNull(response4);
11453  1 org.junit.Assert.assertNull(uRL5);
11454  1 org.junit.Assert.assertNull(str7);
11455  1 org.junit.Assert.assertNull(str8);
11456    }
11457   
 
11458  1 toggle @Test
11459    public void test0943() throws Throwable {
11460  1 if (debug)
11461  0 System.out.format("%n%s%n", "RegressionTest1.test0943");
11462  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
11463  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
11464  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
11465  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
11466  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
11467  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
11468  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
11469  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
11470  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
11471  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
11472  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
11473  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
11474  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
11475  1 java.util.Map<String, String> strMap16 = request14.cookies();
11476  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
11477  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
11478  1 org.jsoup.helper.HttpConnection httpConnection19 = new org.jsoup.helper.HttpConnection();
11479  1 org.jsoup.Connection.Request request20 = httpConnection19.request();
11480  1 org.jsoup.Connection connection22 = httpConnection19.referrer("multipart/form-data");
11481  1 org.jsoup.Connection.Response response23 = httpConnection19.response();
11482  1 org.jsoup.Connection connection25 = httpConnection19.ignoreContentType(false);
11483  1 java.io.InputStream inputStream28 = null;
11484  1 org.jsoup.parser.Parser parser31 = org.jsoup.parser.Parser.htmlParser();
11485  1 org.jsoup.nodes.Document document32 = org.jsoup.Jsoup.parse(inputStream28, "", "#root", parser31);
11486  1 org.jsoup.nodes.Document document33 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser31);
11487  1 org.jsoup.Connection connection34 = connection25.parser(parser31);
11488  1 org.jsoup.Connection connection35 = httpConnection0.parser(parser31);
11489  1 org.jsoup.Connection.Method method36 = org.jsoup.Connection.Method.DELETE;
11490  1 org.jsoup.Connection connection37 = httpConnection0.method(method36);
11491  1 org.jsoup.Connection connection39 = connection37.userAgent("");
11492  1 org.junit.Assert.assertNotNull(request1);
11493  1 org.junit.Assert.assertNotNull(connection3);
11494  1 org.junit.Assert.assertNotNull(connection6);
11495  1 org.junit.Assert.assertNotNull(connection8);
11496  1 org.junit.Assert.assertNotNull(request9);
11497  1 org.junit.Assert.assertNotNull(request11);
11498  1 org.junit.Assert.assertNotNull(request14);
11499  1 org.junit.Assert.assertNotNull(strMap15);
11500  1 org.junit.Assert.assertNotNull(strMap16);
11501  1 org.junit.Assert.assertNotNull(connection17);
11502  1 org.junit.Assert.assertNotNull(connection18);
11503  1 org.junit.Assert.assertNotNull(request20);
11504  1 org.junit.Assert.assertNotNull(connection22);
11505  1 org.junit.Assert.assertNotNull(response23);
11506  1 org.junit.Assert.assertNotNull(connection25);
11507  1 org.junit.Assert.assertNotNull(parser31);
11508  1 org.junit.Assert.assertNotNull(document32);
11509  1 org.junit.Assert.assertNotNull(document33);
11510  1 org.junit.Assert.assertNotNull(connection34);
11511  1 org.junit.Assert.assertNotNull(connection35);
11512  1 org.junit.Assert.assertTrue("'" + method36 + "' != '" + org.jsoup.Connection.Method.DELETE + "'", method36.equals(org.jsoup.Connection.Method.DELETE));
11513  1 org.junit.Assert.assertNotNull(connection37);
11514  1 org.junit.Assert.assertNotNull(connection39);
11515    }
11516   
 
11517  1 toggle @Test
11518    public void test0944() throws Throwable {
11519  1 if (debug)
11520  0 System.out.format("%n%s%n", "RegressionTest1.test0944");
11521  1 org.jsoup.select.Evaluator.IsOnlyChild isOnlyChild0 = new org.jsoup.select.Evaluator.IsOnlyChild();
11522  1 org.jsoup.nodes.Document document2 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11523  1 String str3 = document2.id();
11524  1 String str4 = document2.baseUri();
11525  1 org.jsoup.nodes.Element element6 = document2.toggleClass("multipart");
11526  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11527  1 String str9 = document8.className();
11528  1 String str10 = document8.outerHtml();
11529  1 boolean boolean12 = document8.hasSameValue((Object) 1);
11530  1 boolean boolean13 = isOnlyChild0.matches((org.jsoup.nodes.Element) document2, (org.jsoup.nodes.Element) document8);
11531  1 org.jsoup.nodes.Document.OutputSettings outputSettings14 = new org.jsoup.nodes.Document.OutputSettings();
11532  1 boolean boolean15 = outputSettings14.outline();
11533  1 int int16 = outputSettings14.indentAmount();
11534  1 org.jsoup.nodes.Document.OutputSettings.Syntax syntax17 = org.jsoup.nodes.Document.OutputSettings.Syntax.html;
11535  1 org.jsoup.nodes.Document.OutputSettings outputSettings18 = outputSettings14.syntax(syntax17);
11536  1 java.nio.charset.Charset charset19 = outputSettings18.charset();
11537  1 document2.charset(charset19);
11538    // The following exception was thrown during execution in test generation
11539  1 try {
11540  1 boolean boolean22 = document2.is(" ");
11541  0 org.junit.Assert.fail("Expected exception of type org.jsoup.select.Selector.SelectorParseException; message: Could not parse query ' ': unexpected token at ''");
11542    } catch (org.jsoup.select.Selector.SelectorParseException e) {
11543    // Expected exception.
11544    }
11545  1 org.junit.Assert.assertNotNull(document2);
11546  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
11547  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
11548  1 org.junit.Assert.assertNotNull(element6);
11549  1 org.junit.Assert.assertNotNull(document8);
11550  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
11551  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str10, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
11552  1 org.junit.Assert.assertTrue("'" + boolean12 + "' != '" + false + "'", boolean12 == false);
11553  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + false + "'", boolean13 == false);
11554  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
11555  1 org.junit.Assert.assertTrue("'" + int16 + "' != '" + 1 + "'", int16 == 1);
11556  1 org.junit.Assert.assertTrue("'" + syntax17 + "' != '" + org.jsoup.nodes.Document.OutputSettings.Syntax.html + "'", syntax17.equals(org.jsoup.nodes.Document.OutputSettings.Syntax.html));
11557  1 org.junit.Assert.assertNotNull(outputSettings18);
11558  1 org.junit.Assert.assertNotNull(charset19);
11559    }
11560   
 
11561  1 toggle @Test
11562    public void test0945() throws Throwable {
11563  1 if (debug)
11564  0 System.out.format("%n%s%n", "RegressionTest1.test0945");
11565  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
11566  1 org.jsoup.nodes.Attributes attributes3 = attributes0.put("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", false);
11567  1 org.jsoup.nodes.Attributes attributes6 = attributes0.add("hi!", "multipart/form-data");
11568  1 attributes6.normalize();
11569  1 org.jsoup.nodes.Attributes attributes10 = attributes6.put(":eq(-1)", "SYSTEM");
11570  1 org.jsoup.nodes.Attributes attributes13 = attributes6.put("#root", false);
11571  1 org.junit.Assert.assertNotNull(attributes3);
11572  1 org.junit.Assert.assertNotNull(attributes6);
11573  1 org.junit.Assert.assertNotNull(attributes10);
11574  1 org.junit.Assert.assertNotNull(attributes13);
11575    }
11576   
 
11577  1 toggle @Test
11578    public void test0946() throws Throwable {
11579  1 if (debug)
11580  0 System.out.format("%n%s%n", "RegressionTest1.test0946");
11581  1 org.jsoup.safety.Whitelist whitelist0 = org.jsoup.safety.Whitelist.simpleText();
11582  1 org.jsoup.safety.Cleaner cleaner1 = new org.jsoup.safety.Cleaner(whitelist0);
11583  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType4 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
11584  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11585  1 String str7 = document6.wholeText();
11586  1 org.jsoup.nodes.Document document9 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11587  1 String str10 = document9.className();
11588  1 boolean boolean11 = isNthLastOfType4.matches((org.jsoup.nodes.Element) document6, (org.jsoup.nodes.Element) document9);
11589  1 org.jsoup.nodes.Document document12 = document6.clone();
11590  1 org.jsoup.nodes.Element element14 = document6.tagName("#root");
11591  1 org.jsoup.select.Elements elements16 = document6.getElementsByIndexLessThan(100);
11592  1 String str17 = document6.data();
11593  1 boolean boolean18 = cleaner1.isValid(document6);
11594  1 org.jsoup.nodes.Document document19 = null;
11595    // The following exception was thrown during execution in test generation
11596  1 try {
11597  1 boolean boolean20 = cleaner1.isValid(document19);
11598  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
11599    } catch (IllegalArgumentException e) {
11600    // Expected exception.
11601    }
11602  1 org.junit.Assert.assertNotNull(whitelist0);
11603  1 org.junit.Assert.assertNotNull(document6);
11604  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "hi!" + "'", str7, "hi!");
11605  1 org.junit.Assert.assertNotNull(document9);
11606  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "" + "'", str10, "");
11607  1 org.junit.Assert.assertTrue("'" + boolean11 + "' != '" + false + "'", boolean11 == false);
11608  1 org.junit.Assert.assertNotNull(document12);
11609  1 org.junit.Assert.assertNotNull(element14);
11610  1 org.junit.Assert.assertNotNull(elements16);
11611  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
11612  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + true + "'", boolean18 == true);
11613    }
11614   
 
11615  1 toggle @Test
11616    public void test0947() throws Throwable {
11617  1 if (debug)
11618  0 System.out.format("%n%s%n", "RegressionTest1.test0947");
11619  1 org.jsoup.select.Evaluator.MatchText matchText0 = new org.jsoup.select.Evaluator.MatchText();
11620    }
11621   
 
11622  1 toggle @Test
11623    public void test0948() throws Throwable {
11624  1 if (debug)
11625  0 System.out.format("%n%s%n", "RegressionTest1.test0948");
11626  1 org.jsoup.select.Evaluator.Tag tag1 = new org.jsoup.select.Evaluator.Tag("#text");
11627  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan3 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
11628  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType6 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
11629  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11630  1 String str9 = document8.id();
11631  1 org.jsoup.select.Elements elements10 = document8.previousElementSiblings();
11632  1 org.jsoup.nodes.Element element11 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType6, (org.jsoup.nodes.Element) document8);
11633  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11634  1 String str14 = document13.className();
11635  1 String str15 = document13.outerHtml();
11636  1 org.jsoup.nodes.Document document17 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11637  1 String str18 = document17.id();
11638  1 String str19 = document17.baseUri();
11639  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan21 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
11640  1 boolean boolean22 = document17.is((org.jsoup.select.Evaluator) indexLessThan21);
11641  1 boolean boolean23 = isNthLastOfType6.matches((org.jsoup.nodes.Element) document13, (org.jsoup.nodes.Element) document17);
11642  1 String str24 = document17.cssSelector();
11643  1 org.jsoup.nodes.Document document26 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11644  1 String str27 = document26.className();
11645  1 String str28 = document26.outerHtml();
11646  1 boolean boolean30 = document26.hasSameValue((Object) 1);
11647  1 boolean boolean31 = indexLessThan3.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document26);
11648  1 org.jsoup.parser.Parser parser32 = document17.parser();
11649  1 String str33 = document17.val();
11650  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType36 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
11651  1 org.jsoup.nodes.Document document38 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11652  1 String str39 = document38.className();
11653  1 String str40 = document38.outerHtml();
11654  1 boolean boolean42 = document38.hasSameValue((Object) 1);
11655  1 String str43 = document38.tagName();
11656  1 org.jsoup.nodes.Document document45 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11657  1 org.jsoup.nodes.Element element47 = document45.val("hi!");
11658  1 boolean boolean48 = isNthLastOfType36.matches((org.jsoup.nodes.Element) document38, element47);
11659  1 boolean boolean49 = tag1.matches((org.jsoup.nodes.Element) document17, (org.jsoup.nodes.Element) document38);
11660  1 org.jsoup.select.Elements elements50 = document38.children();
11661  1 org.jsoup.nodes.Element element51 = document38.clone();
11662  1 org.junit.Assert.assertNotNull(document8);
11663  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "" + "'", str9, "");
11664  1 org.junit.Assert.assertNotNull(elements10);
11665  1 org.junit.Assert.assertNull(element11);
11666  1 org.junit.Assert.assertNotNull(document13);
11667  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
11668  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str15, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
11669  1 org.junit.Assert.assertNotNull(document17);
11670  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "" + "'", str18, "");
11671  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "" + "'", str19, "");
11672  1 org.junit.Assert.assertTrue("'" + boolean22 + "' != '" + false + "'", boolean22 == false);
11673  1 org.junit.Assert.assertTrue("'" + boolean23 + "' != '" + false + "'", boolean23 == false);
11674  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "#root" + "'", str24, "#root");
11675  1 org.junit.Assert.assertNotNull(document26);
11676  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "" + "'", str27, "");
11677  1 org.junit.Assert.assertEquals("'" + str28 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str28, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
11678  1 org.junit.Assert.assertTrue("'" + boolean30 + "' != '" + false + "'", boolean30 == false);
11679  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + true + "'", boolean31 == true);
11680  1 org.junit.Assert.assertNull(parser32);
11681  1 org.junit.Assert.assertEquals("'" + str33 + "' != '" + "" + "'", str33, "");
11682  1 org.junit.Assert.assertNotNull(document38);
11683  1 org.junit.Assert.assertEquals("'" + str39 + "' != '" + "" + "'", str39, "");
11684  1 org.junit.Assert.assertEquals("'" + str40 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str40, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
11685  1 org.junit.Assert.assertTrue("'" + boolean42 + "' != '" + false + "'", boolean42 == false);
11686  1 org.junit.Assert.assertEquals("'" + str43 + "' != '" + "#root" + "'", str43, "#root");
11687  1 org.junit.Assert.assertNotNull(document45);
11688  1 org.junit.Assert.assertNotNull(element47);
11689  1 org.junit.Assert.assertTrue("'" + boolean48 + "' != '" + false + "'", boolean48 == false);
11690  1 org.junit.Assert.assertTrue("'" + boolean49 + "' != '" + false + "'", boolean49 == false);
11691  1 org.junit.Assert.assertNotNull(elements50);
11692  1 org.junit.Assert.assertNotNull(element51);
11693    }
11694   
 
11695  1 toggle @Test
11696    public void test0949() throws Throwable {
11697  1 if (debug)
11698  0 System.out.format("%n%s%n", "RegressionTest1.test0949");
11699  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
11700  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
11701  1 java.io.InputStream inputStream4 = null;
11702  1 org.jsoup.Connection connection6 = httpConnection0.data("#root", "Content-Encoding", inputStream4, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
11703    // The following exception was thrown during execution in test generation
11704  1 try {
11705  1 org.jsoup.Connection connection8 = connection6.postDataCharset(":last-child");
11706  0 org.junit.Assert.fail("Expected exception of type java.nio.charset.IllegalCharsetNameException; message: :last-child");
11707    } catch (java.nio.charset.IllegalCharsetNameException e) {
11708    // Expected exception.
11709    }
11710  1 org.junit.Assert.assertNotNull(request1);
11711  1 org.junit.Assert.assertNotNull(connection6);
11712    }
11713   
 
11714  1 toggle @Test
11715    public void test0950() throws Throwable {
11716  1 if (debug)
11717  0 System.out.format("%n%s%n", "RegressionTest1.test0950");
11718  1 org.jsoup.parser.ParseErrorList parseErrorList0 = org.jsoup.parser.ParseErrorList.noTracking();
11719  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream1 = parseErrorList0.stream();
11720  1 int int2 = parseErrorList0.size();
11721  1 org.jsoup.parser.ParseError[] parseErrorArray3 = new org.jsoup.parser.ParseError[] {};
11722  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList4 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
11723  1 boolean boolean5 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList4, parseErrorArray3);
11724  1 org.jsoup.parser.ParseErrorList parseErrorList6 = org.jsoup.parser.ParseErrorList.noTracking();
11725  1 int int7 = parseErrorList4.indexOf((Object) parseErrorList6);
11726  1 org.jsoup.helper.HttpConnection httpConnection8 = new org.jsoup.helper.HttpConnection();
11727  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory9 = null;
11728  1 org.jsoup.Connection connection10 = httpConnection8.sslSocketFactory(sSLSocketFactory9);
11729  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory11 = null;
11730  1 org.jsoup.Connection connection12 = httpConnection8.sslSocketFactory(sSLSocketFactory11);
11731  1 org.jsoup.Connection connection14 = httpConnection8.ignoreContentType(true);
11732  1 boolean boolean15 = parseErrorList4.equals((Object) true);
11733  1 org.jsoup.parser.ParseError[] parseErrorArray16 = new org.jsoup.parser.ParseError[] {};
11734  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList17 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
11735  1 boolean boolean18 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList17, parseErrorArray16);
11736  1 parseErrorList17.ensureCapacity(10);
11737  1 boolean boolean21 = parseErrorList4.remove((Object) parseErrorList17);
11738  1 parseErrorList17.ensureCapacity((int) (short) 100);
11739  1 boolean boolean24 = parseErrorList0.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList17);
11740  1 org.junit.Assert.assertNotNull(parseErrorList0);
11741  1 org.junit.Assert.assertNotNull(parseErrorStream1);
11742  1 org.junit.Assert.assertTrue("'" + int2 + "' != '" + 0 + "'", int2 == 0);
11743  1 org.junit.Assert.assertNotNull(parseErrorArray3);
11744  1 org.junit.Assert.assertTrue("'" + boolean5 + "' != '" + false + "'", boolean5 == false);
11745  1 org.junit.Assert.assertNotNull(parseErrorList6);
11746  1 org.junit.Assert.assertTrue("'" + int7 + "' != '" + (-1) + "'", int7 == (-1));
11747  1 org.junit.Assert.assertNotNull(connection10);
11748  1 org.junit.Assert.assertNotNull(connection12);
11749  1 org.junit.Assert.assertNotNull(connection14);
11750  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
11751  1 org.junit.Assert.assertNotNull(parseErrorArray16);
11752  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
11753  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
11754  1 org.junit.Assert.assertTrue("'" + boolean24 + "' != '" + false + "'", boolean24 == false);
11755    }
11756   
 
11757  1 toggle @Test
11758    public void test0951() throws Throwable {
11759  1 if (debug)
11760  0 System.out.format("%n%s%n", "RegressionTest1.test0951");
11761  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
11762  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
11763  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
11764  1 boolean boolean6 = request4.hasHeader("multipart/form-data");
11765  1 boolean boolean8 = request4.hasCookie("#text");
11766  1 org.jsoup.parser.Parser parser9 = request4.parser();
11767  1 org.jsoup.Connection.Request request12 = request4.header("#text", "multipart/form-data");
11768  1 java.util.Map<String, java.util.List<String>> strMap13 = request12.multiHeaders();
11769  1 boolean boolean15 = request12.hasCookie("[:eq(-1)!=#doctype]");
11770  1 org.junit.Assert.assertNotNull(request1);
11771  1 org.junit.Assert.assertNotNull(request4);
11772  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + true + "'", boolean6 == true);
11773  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + false + "'", boolean8 == false);
11774  1 org.junit.Assert.assertNotNull(parser9);
11775  1 org.junit.Assert.assertNotNull(request12);
11776  1 org.junit.Assert.assertNotNull(strMap13);
11777  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
11778    }
11779   
 
11780  1 toggle @Test
11781    public void test0952() throws Throwable {
11782  1 if (debug)
11783  0 System.out.format("%n%s%n", "RegressionTest1.test0952");
11784  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
11785  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11786  1 String str5 = document4.id();
11787  1 org.jsoup.select.Elements elements6 = document4.previousElementSiblings();
11788  1 org.jsoup.nodes.Element element7 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType2, (org.jsoup.nodes.Element) document4);
11789  1 org.jsoup.nodes.Document document9 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11790  1 String str10 = document9.className();
11791  1 String str11 = document9.outerHtml();
11792  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11793  1 String str14 = document13.id();
11794  1 String str15 = document13.baseUri();
11795  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan17 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
11796  1 boolean boolean18 = document13.is((org.jsoup.select.Evaluator) indexLessThan17);
11797  1 boolean boolean19 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document9, (org.jsoup.nodes.Element) document13);
11798  1 org.jsoup.select.Elements elements21 = document13.getElementsMatchingOwnText("#document");
11799  1 java.util.Spliterator<org.jsoup.nodes.Element> elementSpliterator22 = elements21.spliterator();
11800  1 boolean boolean24 = elements21.hasClass(":gt(35)");
11801  1 org.junit.Assert.assertNotNull(document4);
11802  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
11803  1 org.junit.Assert.assertNotNull(elements6);
11804  1 org.junit.Assert.assertNull(element7);
11805  1 org.junit.Assert.assertNotNull(document9);
11806  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "" + "'", str10, "");
11807  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str11, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
11808  1 org.junit.Assert.assertNotNull(document13);
11809  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
11810  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "" + "'", str15, "");
11811  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
11812  1 org.junit.Assert.assertTrue("'" + boolean19 + "' != '" + false + "'", boolean19 == false);
11813  1 org.junit.Assert.assertNotNull(elements21);
11814  1 org.junit.Assert.assertNotNull(elementSpliterator22);
11815  1 org.junit.Assert.assertTrue("'" + boolean24 + "' != '" + false + "'", boolean24 == false);
11816    }
11817   
 
11818  1 toggle @Test
11819    public void test0953() throws Throwable {
11820  1 if (debug)
11821  0 System.out.format("%n%s%n", "RegressionTest1.test0953");
11822  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
11823  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
11824  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
11825  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
11826  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(false);
11827  1 java.io.InputStream inputStream9 = null;
11828  1 org.jsoup.parser.Parser parser12 = org.jsoup.parser.Parser.htmlParser();
11829  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parse(inputStream9, "", "#root", parser12);
11830  1 org.jsoup.nodes.Document document14 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser12);
11831  1 org.jsoup.Connection connection15 = connection6.parser(parser12);
11832  1 org.jsoup.parser.ParseSettings parseSettings16 = org.jsoup.parser.ParseSettings.preserveCase;
11833  1 String str18 = parseSettings16.normalizeTag("#doctype");
11834  1 org.jsoup.parser.Parser parser19 = parser12.settings(parseSettings16);
11835  1 org.junit.Assert.assertNotNull(request1);
11836  1 org.junit.Assert.assertNotNull(connection3);
11837  1 org.junit.Assert.assertNotNull(response4);
11838  1 org.junit.Assert.assertNotNull(connection6);
11839  1 org.junit.Assert.assertNotNull(parser12);
11840  1 org.junit.Assert.assertNotNull(document13);
11841  1 org.junit.Assert.assertNotNull(document14);
11842  1 org.junit.Assert.assertNotNull(connection15);
11843  1 org.junit.Assert.assertNotNull(parseSettings16);
11844  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "#doctype" + "'", str18, "#doctype");
11845  1 org.junit.Assert.assertNotNull(parser19);
11846    }
11847   
 
11848  1 toggle @Test
11849    public void test0954() throws Throwable {
11850  1 if (debug)
11851  0 System.out.format("%n%s%n", "RegressionTest1.test0954");
11852  1 org.jsoup.helper.Validate.isFalse(false, "*");
11853    }
11854   
 
11855  1 toggle @Test
11856    public void test0955() throws Throwable {
11857  1 if (debug)
11858  0 System.out.format("%n%s%n", "RegressionTest1.test0955");
11859  1 org.jsoup.parser.ParseError[] parseErrorArray0 = new org.jsoup.parser.ParseError[] {};
11860  1 java.util.ArrayList<org.jsoup.parser.ParseError> parseErrorList1 = new java.util.ArrayList<org.jsoup.parser.ParseError>();
11861  1 boolean boolean2 = java.util.Collections.addAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList1, parseErrorArray0);
11862  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor3 = parseErrorList1.listIterator();
11863  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType6 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
11864  1 org.jsoup.nodes.Document document8 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11865  1 String str9 = document8.wholeText();
11866  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11867  1 String str12 = document11.className();
11868  1 boolean boolean13 = isNthLastOfType6.matches((org.jsoup.nodes.Element) document8, (org.jsoup.nodes.Element) document11);
11869  1 boolean boolean14 = parseErrorList1.equals((Object) document11);
11870  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor15 = parseErrorList1.iterator();
11871  1 org.junit.Assert.assertNotNull(parseErrorArray0);
11872  1 org.junit.Assert.assertTrue("'" + boolean2 + "' != '" + false + "'", boolean2 == false);
11873  1 org.junit.Assert.assertNotNull(parseErrorItor3);
11874  1 org.junit.Assert.assertNotNull(document8);
11875  1 org.junit.Assert.assertEquals("'" + str9 + "' != '" + "hi!" + "'", str9, "hi!");
11876  1 org.junit.Assert.assertNotNull(document11);
11877  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
11878  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + false + "'", boolean13 == false);
11879  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
11880  1 org.junit.Assert.assertNotNull(parseErrorItor15);
11881    }
11882   
 
11883  1 toggle @Test
11884    public void test0956() throws Throwable {
11885  1 if (debug)
11886  0 System.out.format("%n%s%n", "RegressionTest1.test0956");
11887  1 org.jsoup.select.Evaluator.IsNthOfType isNthOfType2 = new org.jsoup.select.Evaluator.IsNthOfType((int) (short) 0, (int) (byte) 10);
11888    }
11889   
 
11890  1 toggle @Test
11891    public void test0957() throws Throwable {
11892  1 if (debug)
11893  0 System.out.format("%n%s%n", "RegressionTest1.test0957");
11894  1 java.io.InputStream inputStream2 = null;
11895  1 org.jsoup.helper.HttpConnection.KeyVal keyVal3 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream2);
11896  1 java.io.InputStream inputStream4 = keyVal3.inputStream();
11897  1 java.io.InputStream inputStream7 = null;
11898  1 org.jsoup.helper.HttpConnection.KeyVal keyVal8 = org.jsoup.helper.HttpConnection.KeyVal.create("Content-Encoding", "#declaration", inputStream7);
11899  1 java.io.InputStream inputStream9 = keyVal8.inputStream();
11900  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
11901  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory11 = null;
11902  1 org.jsoup.Connection connection12 = httpConnection10.sslSocketFactory(sSLSocketFactory11);
11903  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory13 = null;
11904  1 org.jsoup.Connection connection14 = httpConnection10.sslSocketFactory(sSLSocketFactory13);
11905  1 org.jsoup.Connection.Request request15 = httpConnection10.request();
11906  1 org.jsoup.helper.HttpConnection httpConnection16 = new org.jsoup.helper.HttpConnection();
11907  1 org.jsoup.Connection.Request request17 = httpConnection16.request();
11908  1 org.jsoup.Connection.Request request20 = request17.addHeader("multipart/form-data", "hi!");
11909  1 java.util.Map<String, java.util.List<String>> strMap21 = request20.multiHeaders();
11910  1 java.util.Map<String, String> strMap22 = request20.cookies();
11911  1 org.jsoup.Connection connection23 = httpConnection10.headers(strMap22);
11912  1 java.io.InputStream inputStream26 = null;
11913  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream29 = new org.jsoup.internal.ConstrainableInputStream(inputStream26, 1, (int) (byte) 0);
11914  1 org.jsoup.Connection connection30 = httpConnection10.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream29);
11915  1 org.jsoup.helper.HttpConnection.KeyVal keyVal31 = keyVal8.inputStream((java.io.InputStream) constrainableInputStream29);
11916  1 constrainableInputStream29.skipNBytes(0L);
11917  1 org.jsoup.helper.HttpConnection.KeyVal keyVal34 = keyVal3.inputStream((java.io.InputStream) constrainableInputStream29);
11918  1 org.jsoup.Connection.KeyVal keyVal36 = keyVal34.contentType("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<#root value=\"hi!\">\n <html>\n <head></head>\n <body>\n hi!\n </body>\n </html>\n</#root>");
11919  1 org.junit.Assert.assertNotNull(keyVal3);
11920  1 org.junit.Assert.assertNull(inputStream4);
11921  1 org.junit.Assert.assertNotNull(keyVal8);
11922  1 org.junit.Assert.assertNull(inputStream9);
11923  1 org.junit.Assert.assertNotNull(connection12);
11924  1 org.junit.Assert.assertNotNull(connection14);
11925  1 org.junit.Assert.assertNotNull(request15);
11926  1 org.junit.Assert.assertNotNull(request17);
11927  1 org.junit.Assert.assertNotNull(request20);
11928  1 org.junit.Assert.assertNotNull(strMap21);
11929  1 org.junit.Assert.assertNotNull(strMap22);
11930  1 org.junit.Assert.assertNotNull(connection23);
11931  1 org.junit.Assert.assertNotNull(connection30);
11932  1 org.junit.Assert.assertNotNull(keyVal31);
11933  1 org.junit.Assert.assertNotNull(keyVal34);
11934  1 org.junit.Assert.assertNotNull(keyVal36);
11935    }
11936   
 
11937  1 toggle @Test
11938    public void test0958() throws Throwable {
11939  1 if (debug)
11940  0 System.out.format("%n%s%n", "RegressionTest1.test0958");
11941  1 org.jsoup.nodes.DocumentType documentType3 = new org.jsoup.nodes.DocumentType(":matches(null)", "#document", ":first-child");
11942    }
11943   
 
11944  1 toggle @Test
11945    public void test0959() throws Throwable {
11946  1 if (debug)
11947  0 System.out.format("%n%s%n", "RegressionTest1.test0959");
11948  1 org.jsoup.select.Evaluator.IsEmpty isEmpty0 = new org.jsoup.select.Evaluator.IsEmpty();
11949  1 org.jsoup.nodes.Document document2 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11950  1 String str3 = document2.id();
11951  1 String str4 = document2.baseUri();
11952  1 org.jsoup.nodes.Element element7 = document2.attr("", true);
11953  1 org.jsoup.select.Evaluator.AttributeWithValueNot attributeWithValueNot10 = new org.jsoup.select.Evaluator.AttributeWithValueNot(":eq(-1)", "#doctype");
11954  1 org.jsoup.nodes.Document document12 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11955  1 String str13 = document12.id();
11956  1 org.jsoup.select.Elements elements14 = document12.previousElementSiblings();
11957  1 org.jsoup.nodes.Document.QuirksMode quirksMode15 = document12.quirksMode();
11958  1 boolean boolean17 = document12.hasClass("multipart/form-data");
11959  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType20 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
11960  1 org.jsoup.nodes.Document document22 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11961  1 String str23 = document22.wholeText();
11962  1 org.jsoup.nodes.Document document25 = org.jsoup.Jsoup.parseBodyFragment("hi!");
11963  1 String str26 = document25.className();
11964  1 boolean boolean27 = isNthLastOfType20.matches((org.jsoup.nodes.Element) document22, (org.jsoup.nodes.Element) document25);
11965  1 boolean boolean28 = attributeWithValueNot10.matches((org.jsoup.nodes.Element) document12, (org.jsoup.nodes.Element) document22);
11966  1 org.jsoup.nodes.Element element30 = document12.createElement("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]");
11967  1 boolean boolean31 = isEmpty0.matches(element7, (org.jsoup.nodes.Element) document12);
11968  1 String str32 = isEmpty0.toString();
11969  1 org.junit.Assert.assertNotNull(document2);
11970  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
11971  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
11972  1 org.junit.Assert.assertNotNull(element7);
11973  1 org.junit.Assert.assertNotNull(document12);
11974  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "" + "'", str13, "");
11975  1 org.junit.Assert.assertNotNull(elements14);
11976  1 org.junit.Assert.assertTrue("'" + quirksMode15 + "' != '" + org.jsoup.nodes.Document.QuirksMode.noQuirks + "'", quirksMode15.equals(org.jsoup.nodes.Document.QuirksMode.noQuirks));
11977  1 org.junit.Assert.assertTrue("'" + boolean17 + "' != '" + false + "'", boolean17 == false);
11978  1 org.junit.Assert.assertNotNull(document22);
11979  1 org.junit.Assert.assertEquals("'" + str23 + "' != '" + "hi!" + "'", str23, "hi!");
11980  1 org.junit.Assert.assertNotNull(document25);
11981  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "" + "'", str26, "");
11982  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + false + "'", boolean27 == false);
11983  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + true + "'", boolean28 == true);
11984  1 org.junit.Assert.assertNotNull(element30);
11985  1 org.junit.Assert.assertTrue("'" + boolean31 + "' != '" + false + "'", boolean31 == false);
11986  1 org.junit.Assert.assertEquals("'" + str32 + "' != '" + ":empty" + "'", str32, ":empty");
11987    }
11988   
 
11989  1 toggle @Test
11990    public void test0960() throws Throwable {
11991  1 if (debug)
11992  0 System.out.format("%n%s%n", "RegressionTest1.test0960");
11993  1 org.jsoup.nodes.Attributes attributes0 = new org.jsoup.nodes.Attributes();
11994  1 org.jsoup.nodes.Attribute attribute3 = org.jsoup.nodes.Attribute.createFromEncoded("#root", "");
11995  1 org.jsoup.nodes.Attributes attributes4 = attributes0.put(attribute3);
11996  1 java.util.Map<String, String> strMap5 = attributes4.dataset();
11997  1 org.junit.Assert.assertNotNull(attribute3);
11998  1 org.junit.Assert.assertNotNull(attributes4);
11999  1 org.junit.Assert.assertNotNull(strMap5);
12000    }
12001   
 
12002  1 toggle @Test
12003    public void test0961() throws Throwable {
12004  1 if (debug)
12005  0 System.out.format("%n%s%n", "RegressionTest1.test0961");
12006  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12007  1 String str2 = document1.id();
12008  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
12009  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
12010  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor5 = elements3.listIterator();
12011  1 org.jsoup.select.Elements elements7 = elements3.next("#text");
12012  1 org.jsoup.select.Elements elements9 = elements3.addClass("<!#root!>");
12013  1 org.jsoup.select.Elements elements11 = elements3.html("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
12014  1 org.junit.Assert.assertNotNull(document1);
12015  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
12016  1 org.junit.Assert.assertNotNull(elements3);
12017  1 org.junit.Assert.assertNotNull(elementItor4);
12018  1 org.junit.Assert.assertNotNull(elementItor5);
12019  1 org.junit.Assert.assertNotNull(elements7);
12020  1 org.junit.Assert.assertNotNull(elements9);
12021  1 org.junit.Assert.assertNotNull(elements11);
12022    }
12023   
 
12024  1 toggle @Test
12025    public void test0962() throws Throwable {
12026  1 if (debug)
12027  0 System.out.format("%n%s%n", "RegressionTest1.test0962");
12028  1 org.jsoup.select.Evaluator.Id id1 = new org.jsoup.select.Evaluator.Id(":first-child");
12029  1 java.io.InputStream inputStream4 = null;
12030  1 org.jsoup.helper.HttpConnection httpConnection7 = new org.jsoup.helper.HttpConnection();
12031  1 org.jsoup.Connection.Request request8 = httpConnection7.request();
12032  1 org.jsoup.Connection.Request request11 = request8.addHeader("multipart/form-data", "hi!");
12033  1 boolean boolean13 = request11.hasHeader("multipart/form-data");
12034  1 boolean boolean15 = request11.hasCookie("#text");
12035  1 org.jsoup.parser.Parser parser16 = request11.parser();
12036  1 org.jsoup.nodes.Document document17 = org.jsoup.Jsoup.parse(inputStream4, "", "multipart/form-data", parser16);
12037  1 boolean boolean18 = parser16.isTrackErrors();
12038  1 org.jsoup.parser.Parser parser20 = parser16.setTrackErrors(10);
12039  1 org.jsoup.nodes.Document document21 = org.jsoup.Jsoup.parse("PUBLIC", "Content-Type", parser20);
12040  1 org.jsoup.nodes.Document document23 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12041  1 String str24 = document23.wholeText();
12042  1 org.jsoup.select.Elements elements25 = document23.parents();
12043  1 org.jsoup.nodes.Element element26 = document23.shallowClone();
12044  1 Object obj27 = null;
12045  1 boolean boolean28 = document23.hasSameValue(obj27);
12046  1 org.jsoup.nodes.Element element30 = document23.appendText("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
12047  1 org.jsoup.nodes.Element element31 = document23.root();
12048  1 org.jsoup.nodes.Element element33 = document23.createElement("application/x-www-form-urlencoded");
12049  1 boolean boolean34 = id1.matches((org.jsoup.nodes.Element) document21, element33);
12050  1 org.junit.Assert.assertNotNull(request8);
12051  1 org.junit.Assert.assertNotNull(request11);
12052  1 org.junit.Assert.assertTrue("'" + boolean13 + "' != '" + true + "'", boolean13 == true);
12053  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
12054  1 org.junit.Assert.assertNotNull(parser16);
12055  1 org.junit.Assert.assertNotNull(document17);
12056  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
12057  1 org.junit.Assert.assertNotNull(parser20);
12058  1 org.junit.Assert.assertNotNull(document21);
12059  1 org.junit.Assert.assertNotNull(document23);
12060  1 org.junit.Assert.assertEquals("'" + str24 + "' != '" + "hi!" + "'", str24, "hi!");
12061  1 org.junit.Assert.assertNotNull(elements25);
12062  1 org.junit.Assert.assertNotNull(element26);
12063  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
12064  1 org.junit.Assert.assertNotNull(element30);
12065  1 org.junit.Assert.assertNotNull(element31);
12066  1 org.junit.Assert.assertNotNull(element33);
12067  1 org.junit.Assert.assertTrue("'" + boolean34 + "' != '" + false + "'", boolean34 == false);
12068    }
12069   
 
12070  1 toggle @Test
12071    public void test0963() throws Throwable {
12072  1 if (debug)
12073  0 System.out.format("%n%s%n", "RegressionTest1.test0963");
12074  1 org.jsoup.helper.W3CDom w3CDom0 = new org.jsoup.helper.W3CDom();
12075  1 org.jsoup.nodes.Document document2 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12076  1 String str3 = document2.className();
12077  1 String str5 = document2.attr("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12078  1 String str6 = document2.normalName();
12079  1 org.w3c.dom.Document document7 = w3CDom0.fromJsoup(document2);
12080  1 org.jsoup.nodes.Document document8 = document2.ownerDocument();
12081  1 org.junit.Assert.assertNotNull(document2);
12082  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "" + "'", str3, "");
12083  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
12084  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "#root" + "'", str6, "#root");
12085  1 org.junit.Assert.assertNotNull(document7);
12086  1 org.junit.Assert.assertNull("document7.getDocumentURI() == null", document7.getDocumentURI());
12087  1 org.junit.Assert.assertNull("document7.getInputEncoding() == null", document7.getInputEncoding());
12088  1 org.junit.Assert.assertNull("document7.getXmlEncoding() == null", document7.getXmlEncoding());
12089  1 org.junit.Assert.assertEquals(document7.getXmlVersion(), "1.0");
12090  1 org.junit.Assert.assertNotNull(document8);
12091    }
12092   
 
12093  1 toggle @Test
12094    public void test0964() throws Throwable {
12095  1 if (debug)
12096  0 System.out.format("%n%s%n", "RegressionTest1.test0964");
12097  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
12098  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
12099  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
12100  1 java.util.Map<String, java.util.List<String>> strMap5 = request4.multiHeaders();
12101  1 org.jsoup.Connection.Request request7 = request4.ignoreHttpErrors(true);
12102  1 java.net.URL uRL8 = request7.url();
12103  1 boolean boolean9 = request7.ignoreContentType();
12104  1 org.junit.Assert.assertNotNull(request1);
12105  1 org.junit.Assert.assertNotNull(request4);
12106  1 org.junit.Assert.assertNotNull(strMap5);
12107  1 org.junit.Assert.assertNotNull(request7);
12108  1 org.junit.Assert.assertNull(uRL8);
12109  1 org.junit.Assert.assertTrue("'" + boolean9 + "' != '" + false + "'", boolean9 == false);
12110    }
12111   
 
12112  1 toggle @Test
12113    public void test0965() throws Throwable {
12114  1 if (debug)
12115  0 System.out.format("%n%s%n", "RegressionTest1.test0965");
12116  1 org.jsoup.select.Evaluator.Class class1 = new org.jsoup.select.Evaluator.Class("Content-Encoding");
12117  1 org.jsoup.nodes.Document document3 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12118  1 String str4 = document3.wholeText();
12119  1 org.jsoup.select.Elements elements5 = document3.parents();
12120  1 org.jsoup.nodes.Element element7 = document3.appendElement("#root=\"\"");
12121  1 org.jsoup.nodes.Document document9 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12122  1 String str10 = document9.wholeText();
12123  1 org.jsoup.select.Elements elements11 = document9.parents();
12124  1 java.nio.charset.Charset charset12 = document9.charset();
12125  1 org.jsoup.select.Elements elements14 = document9.getElementsByIndexGreaterThan((int) '#');
12126  1 boolean boolean15 = class1.matches((org.jsoup.nodes.Element) document3, (org.jsoup.nodes.Element) document9);
12127  1 String str16 = document3.text();
12128  1 org.jsoup.nodes.Element element18 = document3.appendElement("#data");
12129  1 org.junit.Assert.assertNotNull(document3);
12130  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "hi!" + "'", str4, "hi!");
12131  1 org.junit.Assert.assertNotNull(elements5);
12132  1 org.junit.Assert.assertNotNull(element7);
12133  1 org.junit.Assert.assertNotNull(document9);
12134  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "hi!" + "'", str10, "hi!");
12135  1 org.junit.Assert.assertNotNull(elements11);
12136  1 org.junit.Assert.assertNotNull(charset12);
12137  1 org.junit.Assert.assertNotNull(elements14);
12138  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
12139  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "hi!" + "'", str16, "hi!");
12140  1 org.junit.Assert.assertNotNull(element18);
12141    }
12142   
 
12143  1 toggle @Test
12144    public void test0966() throws Throwable {
12145  1 if (debug)
12146  0 System.out.format("%n%s%n", "RegressionTest1.test0966");
12147  1 org.jsoup.nodes.CDataNode cDataNode1 = new org.jsoup.nodes.CDataNode(":empty");
12148    }
12149   
 
12150  1 toggle @Test
12151    public void test0967() throws Throwable {
12152  1 if (debug)
12153  0 System.out.format("%n%s%n", "RegressionTest1.test0967");
12154  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
12155  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
12156  1 org.jsoup.Connection.Request request4 = request1.addHeader("multipart/form-data", "hi!");
12157  1 org.jsoup.Connection.Request request7 = request1.header("#root=\"\"", ":eq(-1)");
12158  1 boolean boolean8 = request1.followRedirects();
12159  1 String str10 = request1.header("ultipart");
12160  1 org.junit.Assert.assertNotNull(request1);
12161  1 org.junit.Assert.assertNotNull(request4);
12162  1 org.junit.Assert.assertNotNull(request7);
12163  1 org.junit.Assert.assertTrue("'" + boolean8 + "' != '" + true + "'", boolean8 == true);
12164  1 org.junit.Assert.assertNull(str10);
12165    }
12166   
 
12167  1 toggle @Test
12168    public void test0968() throws Throwable {
12169  1 if (debug)
12170  0 System.out.format("%n%s%n", "RegressionTest1.test0968");
12171  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12172  1 String str2 = document1.id();
12173  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
12174  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
12175  1 boolean boolean6 = elements3.equals((Object) 1.0d);
12176  1 org.jsoup.select.Elements elements8 = elements3.nextAll(":matches(null)");
12177  1 org.junit.Assert.assertNotNull(document1);
12178  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
12179  1 org.junit.Assert.assertNotNull(elements3);
12180  1 org.junit.Assert.assertNotNull(elementItor4);
12181  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
12182  1 org.junit.Assert.assertNotNull(elements8);
12183    }
12184   
 
12185  1 toggle @Test
12186    public void test0969() throws Throwable {
12187  1 if (debug)
12188  0 System.out.format("%n%s%n", "RegressionTest1.test0969");
12189  1 org.jsoup.parser.ParseErrorList parseErrorList0 = org.jsoup.parser.ParseErrorList.noTracking();
12190  1 java.util.ListIterator<org.jsoup.parser.ParseError> parseErrorItor1 = parseErrorList0.listIterator();
12191  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream2 = parseErrorList0.parallelStream();
12192  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12193  1 String str5 = document4.id();
12194  1 org.jsoup.select.Elements elements6 = document4.previousElementSiblings();
12195  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor7 = elements6.listIterator();
12196  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor8 = elements6.listIterator();
12197  1 org.jsoup.select.Elements elements9 = elements6.empty();
12198  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12199  1 String str12 = document11.id();
12200  1 org.jsoup.select.Elements elements13 = document11.previousElementSiblings();
12201  1 org.jsoup.select.Elements elements15 = elements13.prev("#text");
12202  1 boolean boolean16 = elements13.hasText();
12203  1 org.jsoup.nodes.Document document18 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12204  1 String str19 = document18.id();
12205  1 org.jsoup.select.Elements elements20 = document18.previousElementSiblings();
12206  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor21 = elements20.listIterator();
12207  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor22 = elements20.listIterator();
12208  1 org.jsoup.select.Elements elements23 = elements20.empty();
12209  1 org.jsoup.nodes.Document document25 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12210  1 String str26 = document25.id();
12211  1 org.jsoup.select.Elements elements27 = document25.previousElementSiblings();
12212  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor28 = elements27.listIterator();
12213  1 boolean boolean30 = elements27.equals((Object) 1.0d);
12214  1 String str31 = elements27.text();
12215  1 org.jsoup.select.Elements elements33 = elements27.wrap("#root");
12216  1 org.jsoup.select.Elements[] elementsArray34 = new org.jsoup.select.Elements[] { elements6, elements13, elements20, elements33 };
12217  1 org.jsoup.select.Elements[] elementsArray35 = parseErrorList0.toArray(elementsArray34);
12218  1 java.util.stream.Stream<org.jsoup.parser.ParseError> parseErrorStream36 = parseErrorList0.stream();
12219  1 org.jsoup.helper.HttpConnection httpConnection37 = new org.jsoup.helper.HttpConnection();
12220  1 org.jsoup.Connection.Request request38 = httpConnection37.request();
12221  1 org.jsoup.Connection.KeyVal keyVal40 = httpConnection37.data("Content-Encoding");
12222  1 org.jsoup.Connection connection42 = httpConnection37.maxBodySize((int) (short) 100);
12223  1 org.jsoup.Connection connection44 = httpConnection37.timeout((int) '4');
12224  1 boolean boolean45 = parseErrorList0.equals((Object) httpConnection37);
12225  1 org.junit.Assert.assertNotNull(parseErrorList0);
12226  1 org.junit.Assert.assertNotNull(parseErrorItor1);
12227  1 org.junit.Assert.assertNotNull(parseErrorStream2);
12228  1 org.junit.Assert.assertNotNull(document4);
12229  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
12230  1 org.junit.Assert.assertNotNull(elements6);
12231  1 org.junit.Assert.assertNotNull(elementItor7);
12232  1 org.junit.Assert.assertNotNull(elementItor8);
12233  1 org.junit.Assert.assertNotNull(elements9);
12234  1 org.junit.Assert.assertNotNull(document11);
12235  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
12236  1 org.junit.Assert.assertNotNull(elements13);
12237  1 org.junit.Assert.assertNotNull(elements15);
12238  1 org.junit.Assert.assertTrue("'" + boolean16 + "' != '" + false + "'", boolean16 == false);
12239  1 org.junit.Assert.assertNotNull(document18);
12240  1 org.junit.Assert.assertEquals("'" + str19 + "' != '" + "" + "'", str19, "");
12241  1 org.junit.Assert.assertNotNull(elements20);
12242  1 org.junit.Assert.assertNotNull(elementItor21);
12243  1 org.junit.Assert.assertNotNull(elementItor22);
12244  1 org.junit.Assert.assertNotNull(elements23);
12245  1 org.junit.Assert.assertNotNull(document25);
12246  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "" + "'", str26, "");
12247  1 org.junit.Assert.assertNotNull(elements27);
12248  1 org.junit.Assert.assertNotNull(elementItor28);
12249  1 org.junit.Assert.assertTrue("'" + boolean30 + "' != '" + false + "'", boolean30 == false);
12250  1 org.junit.Assert.assertEquals("'" + str31 + "' != '" + "" + "'", str31, "");
12251  1 org.junit.Assert.assertNotNull(elements33);
12252  1 org.junit.Assert.assertNotNull(elementsArray34);
12253  1 org.junit.Assert.assertNotNull(elementsArray35);
12254  1 org.junit.Assert.assertNotNull(parseErrorStream36);
12255  1 org.junit.Assert.assertNotNull(request38);
12256  1 org.junit.Assert.assertNull(keyVal40);
12257  1 org.junit.Assert.assertNotNull(connection42);
12258  1 org.junit.Assert.assertNotNull(connection44);
12259  1 org.junit.Assert.assertTrue("'" + boolean45 + "' != '" + false + "'", boolean45 == false);
12260    }
12261   
 
12262  1 toggle @Test
12263    public void test0970() throws Throwable {
12264  1 if (debug)
12265  0 System.out.format("%n%s%n", "RegressionTest1.test0970");
12266  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12267  1 String str2 = document1.id();
12268  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
12269  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
12270  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor5 = elements3.listIterator();
12271  1 org.jsoup.select.Elements elements7 = elements3.next("#text");
12272  1 org.jsoup.nodes.Element element9 = null;
12273  1 org.jsoup.parser.ParseErrorList parseErrorList11 = org.jsoup.parser.ParseErrorList.noTracking();
12274  1 java.util.List<org.jsoup.nodes.Node> nodeList12 = org.jsoup.parser.Parser.parseFragment("", element9, "", parseErrorList11);
12275  1 java.util.Iterator<org.jsoup.parser.ParseError> parseErrorItor13 = parseErrorList11.iterator();
12276  1 boolean boolean14 = elements3.removeAll((java.util.Collection<org.jsoup.parser.ParseError>) parseErrorList11);
12277  1 org.jsoup.select.Elements elements16 = elements3.before("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12278  1 boolean boolean18 = elements3.is("#text");
12279  1 org.junit.Assert.assertNotNull(document1);
12280  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
12281  1 org.junit.Assert.assertNotNull(elements3);
12282  1 org.junit.Assert.assertNotNull(elementItor4);
12283  1 org.junit.Assert.assertNotNull(elementItor5);
12284  1 org.junit.Assert.assertNotNull(elements7);
12285  1 org.junit.Assert.assertNotNull(parseErrorList11);
12286  1 org.junit.Assert.assertNotNull(nodeList12);
12287  1 org.junit.Assert.assertNotNull(parseErrorItor13);
12288  1 org.junit.Assert.assertTrue("'" + boolean14 + "' != '" + false + "'", boolean14 == false);
12289  1 org.junit.Assert.assertNotNull(elements16);
12290  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
12291    }
12292   
 
12293  1 toggle @Test
12294    public void test0971() throws Throwable {
12295  1 if (debug)
12296  0 System.out.format("%n%s%n", "RegressionTest1.test0971");
12297  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
12298  1 org.jsoup.Connection connection2 = httpConnection0.referrer("[public=<!#root!>]");
12299  1 java.net.URL uRL3 = null;
12300    // The following exception was thrown during execution in test generation
12301  1 try {
12302  1 org.jsoup.Connection connection4 = httpConnection0.url(uRL3);
12303  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: URL must not be null");
12304    } catch (IllegalArgumentException e) {
12305    // Expected exception.
12306    }
12307  1 org.junit.Assert.assertNotNull(connection2);
12308    }
12309   
 
12310  1 toggle @Test
12311    public void test0972() throws Throwable {
12312  1 if (debug)
12313  0 System.out.format("%n%s%n", "RegressionTest1.test0972");
12314  1 org.jsoup.helper.HttpConnection.KeyVal keyVal2 = org.jsoup.helper.HttpConnection.KeyVal.create("SYSTEM", "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12315  1 String str3 = keyVal2.value();
12316  1 org.jsoup.helper.HttpConnection.KeyVal keyVal5 = keyVal2.value("");
12317  1 java.io.InputStream inputStream6 = keyVal5.inputStream();
12318  1 org.jsoup.Connection.KeyVal keyVal8 = keyVal5.contentType("#declaration");
12319  1 org.jsoup.Connection.KeyVal keyVal10 = keyVal8.contentType("multipart/form-data");
12320  1 org.junit.Assert.assertNotNull(keyVal2);
12321  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str3, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12322  1 org.junit.Assert.assertNotNull(keyVal5);
12323  1 org.junit.Assert.assertNull(inputStream6);
12324  1 org.junit.Assert.assertNotNull(keyVal8);
12325  1 org.junit.Assert.assertNotNull(keyVal10);
12326    }
12327   
 
12328  1 toggle @Test
12329    public void test0973() throws Throwable {
12330  1 if (debug)
12331  0 System.out.format("%n%s%n", "RegressionTest1.test0973");
12332  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
12333  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
12334  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
12335  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
12336  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
12337  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
12338  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
12339  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
12340  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
12341  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
12342  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
12343  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
12344  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
12345  1 java.util.Map<String, String> strMap16 = request14.cookies();
12346  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
12347  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
12348  1 org.jsoup.helper.HttpConnection httpConnection19 = new org.jsoup.helper.HttpConnection();
12349  1 org.jsoup.Connection.Request request20 = httpConnection19.request();
12350  1 org.jsoup.Connection connection22 = httpConnection19.referrer("multipart/form-data");
12351  1 org.jsoup.Connection.Response response23 = httpConnection19.response();
12352  1 org.jsoup.Connection connection25 = httpConnection19.ignoreContentType(false);
12353  1 java.io.InputStream inputStream28 = null;
12354  1 org.jsoup.parser.Parser parser31 = org.jsoup.parser.Parser.htmlParser();
12355  1 org.jsoup.nodes.Document document32 = org.jsoup.Jsoup.parse(inputStream28, "", "#root", parser31);
12356  1 org.jsoup.nodes.Document document33 = org.jsoup.Jsoup.parse("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>", "#root", parser31);
12357  1 org.jsoup.Connection connection34 = connection25.parser(parser31);
12358  1 org.jsoup.Connection connection35 = httpConnection0.parser(parser31);
12359  1 String[] strArray43 = new String[] { "hi!", "hi!", "", "multipart/form-data", "hi!" };
12360  1 boolean boolean44 = org.jsoup.internal.StringUtil.in("", strArray43);
12361  1 boolean boolean45 = org.jsoup.internal.StringUtil.in("", strArray43);
12362  1 org.jsoup.helper.Validate.noNullElements((Object[]) strArray43);
12363    // The following exception was thrown during execution in test generation
12364  1 try {
12365  1 org.jsoup.Connection connection47 = httpConnection0.data(strArray43);
12366  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Must supply an even number of key value pairs");
12367    } catch (IllegalArgumentException e) {
12368    // Expected exception.
12369    }
12370  1 org.junit.Assert.assertNotNull(request1);
12371  1 org.junit.Assert.assertNotNull(connection3);
12372  1 org.junit.Assert.assertNotNull(connection6);
12373  1 org.junit.Assert.assertNotNull(connection8);
12374  1 org.junit.Assert.assertNotNull(request9);
12375  1 org.junit.Assert.assertNotNull(request11);
12376  1 org.junit.Assert.assertNotNull(request14);
12377  1 org.junit.Assert.assertNotNull(strMap15);
12378  1 org.junit.Assert.assertNotNull(strMap16);
12379  1 org.junit.Assert.assertNotNull(connection17);
12380  1 org.junit.Assert.assertNotNull(connection18);
12381  1 org.junit.Assert.assertNotNull(request20);
12382  1 org.junit.Assert.assertNotNull(connection22);
12383  1 org.junit.Assert.assertNotNull(response23);
12384  1 org.junit.Assert.assertNotNull(connection25);
12385  1 org.junit.Assert.assertNotNull(parser31);
12386  1 org.junit.Assert.assertNotNull(document32);
12387  1 org.junit.Assert.assertNotNull(document33);
12388  1 org.junit.Assert.assertNotNull(connection34);
12389  1 org.junit.Assert.assertNotNull(connection35);
12390  1 org.junit.Assert.assertNotNull(strArray43);
12391  1 org.junit.Assert.assertTrue("'" + boolean44 + "' != '" + true + "'", boolean44 == true);
12392  1 org.junit.Assert.assertTrue("'" + boolean45 + "' != '" + true + "'", boolean45 == true);
12393    }
12394   
 
12395  1 toggle @Test
12396    public void test0974() throws Throwable {
12397  1 if (debug)
12398  0 System.out.format("%n%s%n", "RegressionTest1.test0974");
12399  1 org.jsoup.select.Evaluator.ContainsText containsText1 = new org.jsoup.select.Evaluator.ContainsText("Content-Encoding");
12400  1 String str2 = containsText1.toString();
12401  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12402  1 String str5 = document4.id();
12403  1 int int6 = document4.elementSiblingIndex();
12404  1 org.jsoup.nodes.Document document9 = org.jsoup.parser.Parser.parse("[]", "#text");
12405  1 boolean boolean10 = containsText1.matches((org.jsoup.nodes.Element) document4, (org.jsoup.nodes.Element) document9);
12406  1 org.jsoup.nodes.Element element12 = document9.addClass("org.jsoup.select.Selector$SelectorParseException: :lt(52)");
12407  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":contains(content-encoding)" + "'", str2, ":contains(content-encoding)");
12408  1 org.junit.Assert.assertNotNull(document4);
12409  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
12410  1 org.junit.Assert.assertTrue("'" + int6 + "' != '" + 0 + "'", int6 == 0);
12411  1 org.junit.Assert.assertNotNull(document9);
12412  1 org.junit.Assert.assertTrue("'" + boolean10 + "' != '" + false + "'", boolean10 == false);
12413  1 org.junit.Assert.assertNotNull(element12);
12414    }
12415   
 
12416  1 toggle @Test
12417    public void test0975() throws Throwable {
12418  1 if (debug)
12419  0 System.out.format("%n%s%n", "RegressionTest1.test0975");
12420  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
12421  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
12422  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
12423  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
12424  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
12425  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
12426  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
12427  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
12428  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
12429  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
12430  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
12431  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
12432  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
12433  1 java.util.Map<String, String> strMap16 = request14.cookies();
12434  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
12435  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
12436  1 org.jsoup.Connection.Request request19 = httpConnection0.request();
12437  1 org.jsoup.Connection connection21 = httpConnection0.maxBodySize(1);
12438  1 org.junit.Assert.assertNotNull(request1);
12439  1 org.junit.Assert.assertNotNull(connection3);
12440  1 org.junit.Assert.assertNotNull(connection6);
12441  1 org.junit.Assert.assertNotNull(connection8);
12442  1 org.junit.Assert.assertNotNull(request9);
12443  1 org.junit.Assert.assertNotNull(request11);
12444  1 org.junit.Assert.assertNotNull(request14);
12445  1 org.junit.Assert.assertNotNull(strMap15);
12446  1 org.junit.Assert.assertNotNull(strMap16);
12447  1 org.junit.Assert.assertNotNull(connection17);
12448  1 org.junit.Assert.assertNotNull(connection18);
12449  1 org.junit.Assert.assertNotNull(request19);
12450  1 org.junit.Assert.assertNotNull(connection21);
12451    }
12452   
 
12453  1 toggle @Test
12454    public void test0976() throws Throwable {
12455  1 if (debug)
12456  0 System.out.format("%n%s%n", "RegressionTest1.test0976");
12457  1 boolean boolean1 = org.jsoup.internal.StringUtil.isWhitespace((int) (byte) -1);
12458  1 org.junit.Assert.assertTrue("'" + boolean1 + "' != '" + false + "'", boolean1 == false);
12459    }
12460   
 
12461  1 toggle @Test
12462    public void test0977() throws Throwable {
12463  1 if (debug)
12464  0 System.out.format("%n%s%n", "RegressionTest1.test0977");
12465  1 java.util.regex.Pattern pattern0 = null;
12466  1 org.jsoup.select.Evaluator.MatchesOwn matchesOwn1 = new org.jsoup.select.Evaluator.MatchesOwn(pattern0);
12467  1 String str2 = matchesOwn1.toString();
12468  1 org.jsoup.select.Evaluator.Tag tag4 = new org.jsoup.select.Evaluator.Tag("#text");
12469  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan6 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
12470  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType9 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
12471  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12472  1 String str12 = document11.id();
12473  1 org.jsoup.select.Elements elements13 = document11.previousElementSiblings();
12474  1 org.jsoup.nodes.Element element14 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType9, (org.jsoup.nodes.Element) document11);
12475  1 org.jsoup.nodes.Document document16 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12476  1 String str17 = document16.className();
12477  1 String str18 = document16.outerHtml();
12478  1 org.jsoup.nodes.Document document20 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12479  1 String str21 = document20.id();
12480  1 String str22 = document20.baseUri();
12481  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan24 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
12482  1 boolean boolean25 = document20.is((org.jsoup.select.Evaluator) indexLessThan24);
12483  1 boolean boolean26 = isNthLastOfType9.matches((org.jsoup.nodes.Element) document16, (org.jsoup.nodes.Element) document20);
12484  1 String str27 = document20.cssSelector();
12485  1 org.jsoup.nodes.Document document29 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12486  1 String str30 = document29.className();
12487  1 String str31 = document29.outerHtml();
12488  1 boolean boolean33 = document29.hasSameValue((Object) 1);
12489  1 boolean boolean34 = indexLessThan6.matches((org.jsoup.nodes.Element) document20, (org.jsoup.nodes.Element) document29);
12490  1 org.jsoup.parser.Parser parser35 = document20.parser();
12491  1 String str36 = document20.val();
12492  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType39 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
12493  1 org.jsoup.nodes.Document document41 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12494  1 String str42 = document41.className();
12495  1 String str43 = document41.outerHtml();
12496  1 boolean boolean45 = document41.hasSameValue((Object) 1);
12497  1 String str46 = document41.tagName();
12498  1 org.jsoup.nodes.Document document48 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12499  1 org.jsoup.nodes.Element element50 = document48.val("hi!");
12500  1 boolean boolean51 = isNthLastOfType39.matches((org.jsoup.nodes.Element) document41, element50);
12501  1 boolean boolean52 = tag4.matches((org.jsoup.nodes.Element) document20, (org.jsoup.nodes.Element) document41);
12502  1 String str53 = tag4.toString();
12503  1 org.jsoup.nodes.Document document55 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12504  1 String str56 = document55.wholeText();
12505  1 org.jsoup.select.Elements elements57 = document55.parents();
12506  1 org.jsoup.nodes.Element element58 = document55.shallowClone();
12507  1 org.jsoup.nodes.Document document60 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12508  1 String str61 = document60.id();
12509  1 String str62 = document60.baseUri();
12510  1 org.jsoup.nodes.Element element65 = document60.attr("", true);
12511  1 org.jsoup.nodes.Node node68 = document60.attr("#text", "");
12512  1 org.jsoup.nodes.Element element70 = document60.html("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
12513  1 boolean boolean71 = tag4.matches(element58, element70);
12514  1 org.jsoup.nodes.Document document73 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12515  1 String str74 = document73.wholeText();
12516  1 org.jsoup.select.Elements elements75 = document73.parents();
12517  1 org.jsoup.nodes.Element element76 = document73.shallowClone();
12518  1 Object obj77 = null;
12519  1 boolean boolean78 = document73.hasSameValue(obj77);
12520  1 org.jsoup.nodes.Element element80 = document73.appendText("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
12521    // The following exception was thrown during execution in test generation
12522  1 try {
12523  1 boolean boolean81 = matchesOwn1.matches(element70, element80);
12524  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"java.util.regex.Pattern.matcher(java.lang.CharSequence)\" because \"this.pattern\" is null");
12525    } catch (NullPointerException e) {
12526    // Expected exception.
12527    }
12528  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + ":matchesOwn(null)" + "'", str2, ":matchesOwn(null)");
12529  1 org.junit.Assert.assertNotNull(document11);
12530  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
12531  1 org.junit.Assert.assertNotNull(elements13);
12532  1 org.junit.Assert.assertNull(element14);
12533  1 org.junit.Assert.assertNotNull(document16);
12534  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
12535  1 org.junit.Assert.assertEquals("'" + str18 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str18, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12536  1 org.junit.Assert.assertNotNull(document20);
12537  1 org.junit.Assert.assertEquals("'" + str21 + "' != '" + "" + "'", str21, "");
12538  1 org.junit.Assert.assertEquals("'" + str22 + "' != '" + "" + "'", str22, "");
12539  1 org.junit.Assert.assertTrue("'" + boolean25 + "' != '" + false + "'", boolean25 == false);
12540  1 org.junit.Assert.assertTrue("'" + boolean26 + "' != '" + false + "'", boolean26 == false);
12541  1 org.junit.Assert.assertEquals("'" + str27 + "' != '" + "#root" + "'", str27, "#root");
12542  1 org.junit.Assert.assertNotNull(document29);
12543  1 org.junit.Assert.assertEquals("'" + str30 + "' != '" + "" + "'", str30, "");
12544  1 org.junit.Assert.assertEquals("'" + str31 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str31, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12545  1 org.junit.Assert.assertTrue("'" + boolean33 + "' != '" + false + "'", boolean33 == false);
12546  1 org.junit.Assert.assertTrue("'" + boolean34 + "' != '" + true + "'", boolean34 == true);
12547  1 org.junit.Assert.assertNull(parser35);
12548  1 org.junit.Assert.assertEquals("'" + str36 + "' != '" + "" + "'", str36, "");
12549  1 org.junit.Assert.assertNotNull(document41);
12550  1 org.junit.Assert.assertEquals("'" + str42 + "' != '" + "" + "'", str42, "");
12551  1 org.junit.Assert.assertEquals("'" + str43 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str43, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12552  1 org.junit.Assert.assertTrue("'" + boolean45 + "' != '" + false + "'", boolean45 == false);
12553  1 org.junit.Assert.assertEquals("'" + str46 + "' != '" + "#root" + "'", str46, "#root");
12554  1 org.junit.Assert.assertNotNull(document48);
12555  1 org.junit.Assert.assertNotNull(element50);
12556  1 org.junit.Assert.assertTrue("'" + boolean51 + "' != '" + false + "'", boolean51 == false);
12557  1 org.junit.Assert.assertTrue("'" + boolean52 + "' != '" + false + "'", boolean52 == false);
12558  1 org.junit.Assert.assertEquals("'" + str53 + "' != '" + "#text" + "'", str53, "#text");
12559  1 org.junit.Assert.assertNotNull(document55);
12560  1 org.junit.Assert.assertEquals("'" + str56 + "' != '" + "hi!" + "'", str56, "hi!");
12561  1 org.junit.Assert.assertNotNull(elements57);
12562  1 org.junit.Assert.assertNotNull(element58);
12563  1 org.junit.Assert.assertNotNull(document60);
12564  1 org.junit.Assert.assertEquals("'" + str61 + "' != '" + "" + "'", str61, "");
12565  1 org.junit.Assert.assertEquals("'" + str62 + "' != '" + "" + "'", str62, "");
12566  1 org.junit.Assert.assertNotNull(element65);
12567  1 org.junit.Assert.assertNotNull(node68);
12568  1 org.junit.Assert.assertNotNull(element70);
12569  1 org.junit.Assert.assertTrue("'" + boolean71 + "' != '" + false + "'", boolean71 == false);
12570  1 org.junit.Assert.assertNotNull(document73);
12571  1 org.junit.Assert.assertEquals("'" + str74 + "' != '" + "hi!" + "'", str74, "hi!");
12572  1 org.junit.Assert.assertNotNull(elements75);
12573  1 org.junit.Assert.assertNotNull(element76);
12574  1 org.junit.Assert.assertTrue("'" + boolean78 + "' != '" + false + "'", boolean78 == false);
12575  1 org.junit.Assert.assertNotNull(element80);
12576    }
12577   
 
12578  1 toggle @Test
12579    public void test0978() throws Throwable {
12580  1 if (debug)
12581  0 System.out.format("%n%s%n", "RegressionTest1.test0978");
12582  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
12583  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
12584  1 String str2 = response1.statusMessage();
12585  1 org.jsoup.Connection.Response response4 = response1.removeCookie("Content-Encoding");
12586  1 org.jsoup.Connection.Response response7 = response1.cookie("[mozilla/5.0 (macintosh; intel mac os x 10_11_6) applewebkit/537.36 (khtml, like gecko) chrome/53.0.2785.143 safari/537.36*=#doctype]", ":nth-last-of-type(100n-1)");
12587  1 org.junit.Assert.assertNotNull(response1);
12588  1 org.junit.Assert.assertNull(str2);
12589  1 org.junit.Assert.assertNotNull(response4);
12590  1 org.junit.Assert.assertNotNull(response7);
12591    }
12592   
 
12593  1 toggle @Test
12594    public void test0979() throws Throwable {
12595  1 if (debug)
12596  0 System.out.format("%n%s%n", "RegressionTest1.test0979");
12597  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12598  1 String str2 = document1.className();
12599  1 String str4 = document1.attr("<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12600  1 String str5 = document1.normalName();
12601  1 String str6 = document1.html();
12602  1 org.jsoup.nodes.Element element8 = document1.addClass("[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]");
12603  1 org.jsoup.nodes.Document document9 = document1.normalise();
12604  1 StringBuilder stringBuilder10 = org.jsoup.internal.StringUtil.borrowBuilder();
12605  1 String str11 = org.jsoup.internal.StringUtil.releaseBuilder(stringBuilder10);
12606  1 Appendable appendable12 = document9.html((Appendable) stringBuilder10);
12607  1 org.junit.Assert.assertNotNull(document1);
12608  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
12609  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "" + "'", str4, "");
12610  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "#root" + "'", str5, "#root");
12611  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str6, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12612  1 org.junit.Assert.assertNotNull(element8);
12613  1 org.junit.Assert.assertNotNull(document9);
12614  1 org.junit.Assert.assertNotNull(stringBuilder10);
12615  1 org.junit.Assert.assertEquals(stringBuilder10.toString(), "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12616  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "" + "'", str11, "");
12617  1 org.junit.Assert.assertNotNull(appendable12);
12618    }
12619   
 
12620  1 toggle @Test
12621    public void test0980() throws Throwable {
12622  1 if (debug)
12623  0 System.out.format("%n%s%n", "RegressionTest1.test0980");
12624  1 org.jsoup.select.Elements elements1 = new org.jsoup.select.Elements(0);
12625  1 org.jsoup.select.Elements elements4 = elements1.attr(":eq(-1)", "[]");
12626  1 boolean boolean6 = elements1.hasClass(":gt(100)");
12627  1 org.junit.Assert.assertNotNull(elements4);
12628  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
12629    }
12630   
 
12631  1 toggle @Test
12632    public void test0981() throws Throwable {
12633  1 if (debug)
12634  0 System.out.format("%n%s%n", "RegressionTest1.test0981");
12635  1 org.jsoup.parser.TokenQueue tokenQueue1 = new org.jsoup.parser.TokenQueue("multipart/form-data");
12636  1 boolean boolean3 = tokenQueue1.matchesCS("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
12637  1 String str4 = tokenQueue1.consumeWord();
12638    // The following exception was thrown during execution in test generation
12639  1 try {
12640  1 tokenQueue1.consume(" hi!=\"multipart/form-data\"");
12641  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalStateException; message: Queue did not match expected sequence");
12642    } catch (IllegalStateException e) {
12643    // Expected exception.
12644    }
12645  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + false + "'", boolean3 == false);
12646  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "multipart" + "'", str4, "multipart");
12647    }
12648   
 
12649  1 toggle @Test
12650    public void test0982() throws Throwable {
12651  1 if (debug)
12652  0 System.out.format("%n%s%n", "RegressionTest1.test0982");
12653  1 java.io.InputStream inputStream0 = java.io.InputStream.nullInputStream();
12654  1 org.junit.Assert.assertNotNull(inputStream0);
12655    }
12656   
 
12657  1 toggle @Test
12658    public void test0983() throws Throwable {
12659  1 if (debug)
12660  0 System.out.format("%n%s%n", "RegressionTest1.test0983");
12661  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
12662  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
12663  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
12664  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
12665  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
12666  1 org.jsoup.Connection connection7 = httpConnection0.ignoreContentType(true);
12667    // The following exception was thrown during execution in test generation
12668  1 try {
12669  1 org.jsoup.Connection.Response response8 = connection7.execute();
12670  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: URL must be specified to connect");
12671    } catch (IllegalArgumentException e) {
12672    // Expected exception.
12673    }
12674  1 org.junit.Assert.assertNotNull(request1);
12675  1 org.junit.Assert.assertNotNull(connection3);
12676  1 org.junit.Assert.assertNotNull(response4);
12677  1 org.junit.Assert.assertNotNull(request5);
12678  1 org.junit.Assert.assertNotNull(connection7);
12679    }
12680   
 
12681  1 toggle @Test
12682    public void test0984() throws Throwable {
12683  1 if (debug)
12684  0 System.out.format("%n%s%n", "RegressionTest1.test0984");
12685  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
12686  1 org.jsoup.Connection.Response response1 = httpConnection0.response();
12687  1 String str2 = response1.statusMessage();
12688  1 String str3 = response1.statusMessage();
12689  1 org.jsoup.Connection.Method method4 = response1.method();
12690  1 java.util.Map<String, java.util.List<String>> strMap5 = response1.multiHeaders();
12691  1 org.jsoup.Connection.Response response7 = response1.charset("Content-Type");
12692    // The following exception was thrown during execution in test generation
12693  1 try {
12694  1 org.jsoup.Connection.Response response9 = response1.removeHeader("");
12695  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Header name must not be empty");
12696    } catch (IllegalArgumentException e) {
12697    // Expected exception.
12698    }
12699  1 org.junit.Assert.assertNotNull(response1);
12700  1 org.junit.Assert.assertNull(str2);
12701  1 org.junit.Assert.assertNull(str3);
12702  1 org.junit.Assert.assertNull(method4);
12703  1 org.junit.Assert.assertNotNull(strMap5);
12704  1 org.junit.Assert.assertNotNull(response7);
12705    }
12706   
 
12707  1 toggle @Test
12708    public void test0985() throws Throwable {
12709  1 if (debug)
12710  0 System.out.format("%n%s%n", "RegressionTest1.test0985");
12711  1 org.jsoup.nodes.DataNode dataNode1 = new org.jsoup.nodes.DataNode("#document");
12712    }
12713   
 
12714  1 toggle @Test
12715    public void test0986() throws Throwable {
12716  1 if (debug)
12717  0 System.out.format("%n%s%n", "RegressionTest1.test0986");
12718  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12719  1 org.jsoup.nodes.Element element3 = document1.html("Content-Encoding");
12720  1 org.jsoup.select.Elements elements5 = document1.getElementsByIndexEquals((int) (short) -1);
12721  1 org.jsoup.nodes.Element element6 = elements5.first();
12722  1 org.junit.Assert.assertNotNull(document1);
12723  1 org.junit.Assert.assertNotNull(element3);
12724  1 org.junit.Assert.assertNotNull(elements5);
12725  1 org.junit.Assert.assertNull(element6);
12726    }
12727   
 
12728  1 toggle @Test
12729    public void test0987() throws Throwable {
12730  1 if (debug)
12731  0 System.out.format("%n%s%n", "RegressionTest1.test0987");
12732  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
12733  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
12734  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
12735  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
12736  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
12737  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
12738  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
12739  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
12740  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
12741  1 java.util.Map<String, java.util.List<String>> strMap11 = request10.multiHeaders();
12742  1 java.util.Map<String, String> strMap12 = request10.cookies();
12743  1 org.jsoup.Connection connection13 = httpConnection0.headers(strMap12);
12744  1 org.jsoup.Connection connection16 = connection13.data("multipart/form-data", "");
12745  1 org.jsoup.Connection connection18 = connection13.ignoreContentType(false);
12746  1 org.jsoup.Connection connection20 = connection18.timeout((int) (short) 0);
12747  1 org.junit.Assert.assertNotNull(connection2);
12748  1 org.junit.Assert.assertNotNull(connection4);
12749  1 org.junit.Assert.assertNotNull(request5);
12750  1 org.junit.Assert.assertNotNull(request7);
12751  1 org.junit.Assert.assertNotNull(request10);
12752  1 org.junit.Assert.assertNotNull(strMap11);
12753  1 org.junit.Assert.assertNotNull(strMap12);
12754  1 org.junit.Assert.assertNotNull(connection13);
12755  1 org.junit.Assert.assertNotNull(connection16);
12756  1 org.junit.Assert.assertNotNull(connection18);
12757  1 org.junit.Assert.assertNotNull(connection20);
12758    }
12759   
 
12760  1 toggle @Test
12761    public void test0988() throws Throwable {
12762  1 if (debug)
12763  0 System.out.format("%n%s%n", "RegressionTest1.test0988");
12764  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType2 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
12765  1 org.jsoup.nodes.Document document4 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12766  1 String str5 = document4.id();
12767  1 org.jsoup.select.Elements elements6 = document4.previousElementSiblings();
12768  1 org.jsoup.nodes.Element element7 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType2, (org.jsoup.nodes.Element) document4);
12769  1 org.jsoup.nodes.Document document9 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12770  1 String str10 = document9.className();
12771  1 String str11 = document9.outerHtml();
12772  1 org.jsoup.nodes.Document document13 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12773  1 String str14 = document13.id();
12774  1 String str15 = document13.baseUri();
12775  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan17 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
12776  1 boolean boolean18 = document13.is((org.jsoup.select.Evaluator) indexLessThan17);
12777  1 boolean boolean19 = isNthLastOfType2.matches((org.jsoup.nodes.Element) document9, (org.jsoup.nodes.Element) document13);
12778  1 String str20 = document13.cssSelector();
12779  1 org.jsoup.nodes.Element element21 = document13.clearAttributes();
12780  1 org.jsoup.nodes.Element element23 = element21.appendText("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]");
12781    // The following exception was thrown during execution in test generation
12782  1 try {
12783  1 org.jsoup.nodes.Node node24 = element23.unwrap();
12784  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
12785    } catch (IllegalArgumentException e) {
12786    // Expected exception.
12787    }
12788  1 org.junit.Assert.assertNotNull(document4);
12789  1 org.junit.Assert.assertEquals("'" + str5 + "' != '" + "" + "'", str5, "");
12790  1 org.junit.Assert.assertNotNull(elements6);
12791  1 org.junit.Assert.assertNull(element7);
12792  1 org.junit.Assert.assertNotNull(document9);
12793  1 org.junit.Assert.assertEquals("'" + str10 + "' != '" + "" + "'", str10, "");
12794  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str11, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>\n<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12795  1 org.junit.Assert.assertNotNull(document13);
12796  1 org.junit.Assert.assertEquals("'" + str14 + "' != '" + "" + "'", str14, "");
12797  1 org.junit.Assert.assertEquals("'" + str15 + "' != '" + "" + "'", str15, "");
12798  1 org.junit.Assert.assertTrue("'" + boolean18 + "' != '" + false + "'", boolean18 == false);
12799  1 org.junit.Assert.assertTrue("'" + boolean19 + "' != '" + false + "'", boolean19 == false);
12800  1 org.junit.Assert.assertEquals("'" + str20 + "' != '" + "#root" + "'", str20, "#root");
12801  1 org.junit.Assert.assertNotNull(element21);
12802  1 org.junit.Assert.assertNotNull(element23);
12803    }
12804   
 
12805  1 toggle @Test
12806    public void test0989() throws Throwable {
12807  1 if (debug)
12808  0 System.out.format("%n%s%n", "RegressionTest1.test0989");
12809  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan1 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
12810  1 org.jsoup.select.Evaluator.IsNthLastOfType isNthLastOfType4 = new org.jsoup.select.Evaluator.IsNthLastOfType(100, (int) (byte) -1);
12811  1 org.jsoup.nodes.Document document6 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12812  1 String str7 = document6.id();
12813  1 org.jsoup.select.Elements elements8 = document6.previousElementSiblings();
12814  1 org.jsoup.nodes.Element element9 = org.jsoup.select.Collector.findFirst((org.jsoup.select.Evaluator) isNthLastOfType4, (org.jsoup.nodes.Element) document6);
12815  1 org.jsoup.nodes.Document document11 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12816  1 String str12 = document11.className();
12817  1 String str13 = document11.outerHtml();
12818  1 org.jsoup.nodes.Document document15 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12819  1 String str16 = document15.id();
12820  1 String str17 = document15.baseUri();
12821  1 org.jsoup.select.Evaluator.IndexLessThan indexLessThan19 = new org.jsoup.select.Evaluator.IndexLessThan((int) '4');
12822  1 boolean boolean20 = document15.is((org.jsoup.select.Evaluator) indexLessThan19);
12823  1 boolean boolean21 = isNthLastOfType4.matches((org.jsoup.nodes.Element) document11, (org.jsoup.nodes.Element) document15);
12824  1 String str22 = document15.cssSelector();
12825  1 org.jsoup.nodes.Document document24 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12826  1 String str25 = document24.className();
12827  1 String str26 = document24.outerHtml();
12828  1 boolean boolean28 = document24.hasSameValue((Object) 1);
12829  1 boolean boolean29 = indexLessThan1.matches((org.jsoup.nodes.Element) document15, (org.jsoup.nodes.Element) document24);
12830  1 org.jsoup.nodes.Element element31 = document24.prependText("[hi! hi! hi! hi! hi! multipart/form-data hi! hi!=multipart/form-data]");
12831  1 org.jsoup.helper.HttpConnection httpConnection32 = new org.jsoup.helper.HttpConnection();
12832  1 org.jsoup.Connection.Request request33 = httpConnection32.request();
12833  1 org.jsoup.Connection connection35 = httpConnection32.referrer("multipart/form-data");
12834  1 org.jsoup.Connection.Response response36 = httpConnection32.response();
12835  1 org.jsoup.Connection connection38 = httpConnection32.ignoreContentType(false);
12836  1 org.jsoup.Connection.Request request39 = httpConnection32.request();
12837  1 org.jsoup.Connection connection42 = httpConnection32.cookie(":lt(52)", "multipart/form-data");
12838  1 org.jsoup.helper.HttpConnection httpConnection45 = new org.jsoup.helper.HttpConnection();
12839  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory46 = null;
12840  1 org.jsoup.Connection connection47 = httpConnection45.sslSocketFactory(sSLSocketFactory46);
12841  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory48 = null;
12842  1 org.jsoup.Connection connection49 = httpConnection45.sslSocketFactory(sSLSocketFactory48);
12843  1 org.jsoup.Connection.Request request50 = httpConnection45.request();
12844  1 org.jsoup.helper.HttpConnection httpConnection51 = new org.jsoup.helper.HttpConnection();
12845  1 org.jsoup.Connection.Request request52 = httpConnection51.request();
12846  1 org.jsoup.Connection.Request request55 = request52.addHeader("multipart/form-data", "hi!");
12847  1 java.util.Map<String, java.util.List<String>> strMap56 = request55.multiHeaders();
12848  1 java.util.Map<String, String> strMap57 = request55.cookies();
12849  1 org.jsoup.Connection connection58 = httpConnection45.headers(strMap57);
12850  1 java.io.InputStream inputStream61 = null;
12851  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream64 = new org.jsoup.internal.ConstrainableInputStream(inputStream61, 1, (int) (byte) 0);
12852  1 org.jsoup.Connection connection65 = httpConnection45.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream64);
12853  1 org.jsoup.Connection connection66 = httpConnection32.data("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!", "<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>", (java.io.InputStream) constrainableInputStream64);
12854  1 boolean boolean67 = element31.equals((Object) httpConnection32);
12855  1 org.junit.Assert.assertNotNull(document6);
12856  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
12857  1 org.junit.Assert.assertNotNull(elements8);
12858  1 org.junit.Assert.assertNull(element9);
12859  1 org.junit.Assert.assertNotNull(document11);
12860  1 org.junit.Assert.assertEquals("'" + str12 + "' != '" + "" + "'", str12, "");
12861  1 org.junit.Assert.assertEquals("'" + str13 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str13, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12862  1 org.junit.Assert.assertNotNull(document15);
12863  1 org.junit.Assert.assertEquals("'" + str16 + "' != '" + "" + "'", str16, "");
12864  1 org.junit.Assert.assertEquals("'" + str17 + "' != '" + "" + "'", str17, "");
12865  1 org.junit.Assert.assertTrue("'" + boolean20 + "' != '" + false + "'", boolean20 == false);
12866  1 org.junit.Assert.assertTrue("'" + boolean21 + "' != '" + false + "'", boolean21 == false);
12867  1 org.junit.Assert.assertEquals("'" + str22 + "' != '" + "#root" + "'", str22, "#root");
12868  1 org.junit.Assert.assertNotNull(document24);
12869  1 org.junit.Assert.assertEquals("'" + str25 + "' != '" + "" + "'", str25, "");
12870  1 org.junit.Assert.assertEquals("'" + str26 + "' != '" + "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>" + "'", str26, "<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>");
12871  1 org.junit.Assert.assertTrue("'" + boolean28 + "' != '" + false + "'", boolean28 == false);
12872  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
12873  1 org.junit.Assert.assertNotNull(element31);
12874  1 org.junit.Assert.assertNotNull(request33);
12875  1 org.junit.Assert.assertNotNull(connection35);
12876  1 org.junit.Assert.assertNotNull(response36);
12877  1 org.junit.Assert.assertNotNull(connection38);
12878  1 org.junit.Assert.assertNotNull(request39);
12879  1 org.junit.Assert.assertNotNull(connection42);
12880  1 org.junit.Assert.assertNotNull(connection47);
12881  1 org.junit.Assert.assertNotNull(connection49);
12882  1 org.junit.Assert.assertNotNull(request50);
12883  1 org.junit.Assert.assertNotNull(request52);
12884  1 org.junit.Assert.assertNotNull(request55);
12885  1 org.junit.Assert.assertNotNull(strMap56);
12886  1 org.junit.Assert.assertNotNull(strMap57);
12887  1 org.junit.Assert.assertNotNull(connection58);
12888  1 org.junit.Assert.assertNotNull(connection65);
12889  1 org.junit.Assert.assertNotNull(connection66);
12890  1 org.junit.Assert.assertTrue("'" + boolean67 + "' != '" + false + "'", boolean67 == false);
12891    }
12892   
 
12893  1 toggle @Test
12894    public void test0990() throws Throwable {
12895  1 if (debug)
12896  0 System.out.format("%n%s%n", "RegressionTest1.test0990");
12897  1 java.io.Reader reader0 = null;
12898    // The following exception was thrown during execution in test generation
12899  1 try {
12900  1 org.jsoup.parser.CharacterReader characterReader2 = new org.jsoup.parser.CharacterReader(reader0, (int) '4');
12901  0 org.junit.Assert.fail("Expected exception of type java.lang.IllegalArgumentException; message: Object must not be null");
12902    } catch (IllegalArgumentException e) {
12903    // Expected exception.
12904    }
12905    }
12906   
 
12907  1 toggle @Test
12908    public void test0991() throws Throwable {
12909  1 if (debug)
12910  0 System.out.format("%n%s%n", "RegressionTest1.test0991");
12911  1 org.jsoup.parser.ParseSettings parseSettings0 = org.jsoup.parser.ParseSettings.preserveCase;
12912  1 String str2 = parseSettings0.normalizeAttribute("#root");
12913  1 boolean boolean3 = parseSettings0.preserveTagCase();
12914  1 org.junit.Assert.assertNotNull(parseSettings0);
12915  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "#root" + "'", str2, "#root");
12916  1 org.junit.Assert.assertTrue("'" + boolean3 + "' != '" + true + "'", boolean3 == true);
12917    }
12918   
 
12919  1 toggle @Test
12920    public void test0992() throws Throwable {
12921  1 if (debug)
12922  0 System.out.format("%n%s%n", "RegressionTest1.test0992");
12923  1 java.util.regex.Pattern pattern0 = null;
12924  1 org.jsoup.select.Evaluator.MatchesOwn matchesOwn1 = new org.jsoup.select.Evaluator.MatchesOwn(pattern0);
12925  1 org.jsoup.nodes.Document document3 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12926  1 String str4 = document3.wholeText();
12927  1 org.jsoup.select.Elements elements5 = document3.parents();
12928  1 org.jsoup.nodes.Element element7 = document3.appendElement("#root=\"\"");
12929  1 org.jsoup.nodes.Element element8 = element7.empty();
12930  1 org.jsoup.nodes.Document document10 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12931  1 String str11 = document10.wholeText();
12932  1 org.jsoup.select.Elements elements12 = document10.parents();
12933  1 org.jsoup.nodes.Element element13 = document10.shallowClone();
12934  1 Object obj14 = null;
12935  1 boolean boolean15 = document10.hasSameValue(obj14);
12936  1 org.jsoup.nodes.Element element17 = document10.appendText("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!");
12937  1 org.jsoup.nodes.Element element18 = document10.root();
12938  1 org.jsoup.nodes.Element element20 = document10.createElement("application/x-www-form-urlencoded");
12939    // The following exception was thrown during execution in test generation
12940  1 try {
12941  1 boolean boolean21 = matchesOwn1.matches(element8, element20);
12942  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"java.util.regex.Pattern.matcher(java.lang.CharSequence)\" because \"this.pattern\" is null");
12943    } catch (NullPointerException e) {
12944    // Expected exception.
12945    }
12946  1 org.junit.Assert.assertNotNull(document3);
12947  1 org.junit.Assert.assertEquals("'" + str4 + "' != '" + "hi!" + "'", str4, "hi!");
12948  1 org.junit.Assert.assertNotNull(elements5);
12949  1 org.junit.Assert.assertNotNull(element7);
12950  1 org.junit.Assert.assertNotNull(element8);
12951  1 org.junit.Assert.assertNotNull(document10);
12952  1 org.junit.Assert.assertEquals("'" + str11 + "' != '" + "hi!" + "'", str11, "hi!");
12953  1 org.junit.Assert.assertNotNull(elements12);
12954  1 org.junit.Assert.assertNotNull(element13);
12955  1 org.junit.Assert.assertTrue("'" + boolean15 + "' != '" + false + "'", boolean15 == false);
12956  1 org.junit.Assert.assertNotNull(element17);
12957  1 org.junit.Assert.assertNotNull(element18);
12958  1 org.junit.Assert.assertNotNull(element20);
12959    }
12960   
 
12961  1 toggle @Test
12962    public void test0993() throws Throwable {
12963  1 if (debug)
12964  0 System.out.format("%n%s%n", "RegressionTest1.test0993");
12965  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
12966  1 String str2 = document1.id();
12967  1 org.jsoup.select.Elements elements3 = document1.previousElementSiblings();
12968  1 java.util.ListIterator<org.jsoup.nodes.Element> elementItor4 = elements3.listIterator();
12969  1 boolean boolean6 = elements3.equals((Object) 1.0d);
12970  1 org.jsoup.select.Elements elements7 = elements3.clone();
12971  1 org.junit.Assert.assertNotNull(document1);
12972  1 org.junit.Assert.assertEquals("'" + str2 + "' != '" + "" + "'", str2, "");
12973  1 org.junit.Assert.assertNotNull(elements3);
12974  1 org.junit.Assert.assertNotNull(elementItor4);
12975  1 org.junit.Assert.assertTrue("'" + boolean6 + "' != '" + false + "'", boolean6 == false);
12976  1 org.junit.Assert.assertNotNull(elements7);
12977    }
12978   
 
12979  1 toggle @Test
12980    public void test0994() throws Throwable {
12981  1 if (debug)
12982  0 System.out.format("%n%s%n", "RegressionTest1.test0994");
12983  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
12984  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory1 = null;
12985  1 org.jsoup.Connection connection2 = httpConnection0.sslSocketFactory(sSLSocketFactory1);
12986  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory3 = null;
12987  1 org.jsoup.Connection connection4 = httpConnection0.sslSocketFactory(sSLSocketFactory3);
12988  1 org.jsoup.Connection.Request request5 = httpConnection0.request();
12989  1 org.jsoup.helper.HttpConnection httpConnection6 = new org.jsoup.helper.HttpConnection();
12990  1 org.jsoup.Connection.Request request7 = httpConnection6.request();
12991  1 org.jsoup.Connection.Request request10 = request7.addHeader("multipart/form-data", "hi!");
12992  1 org.jsoup.Connection.Method method11 = request7.method();
12993  1 org.jsoup.Connection connection12 = httpConnection0.method(method11);
12994  1 org.jsoup.helper.HttpConnection httpConnection13 = new org.jsoup.helper.HttpConnection();
12995  1 org.jsoup.Connection.Request request14 = httpConnection13.request();
12996  1 org.jsoup.Connection.Request request17 = request14.addHeader("multipart/form-data", "hi!");
12997  1 java.util.Map<String, java.util.List<String>> strMap18 = request17.multiHeaders();
12998  1 org.jsoup.Connection.Request request20 = request17.ignoreHttpErrors(true);
12999  1 org.jsoup.Connection connection21 = httpConnection0.request(request20);
13000  1 org.jsoup.helper.HttpConnection httpConnection22 = new org.jsoup.helper.HttpConnection();
13001  1 org.jsoup.Connection.Request request23 = httpConnection22.request();
13002  1 org.jsoup.Connection connection25 = httpConnection22.referrer("multipart/form-data");
13003  1 org.jsoup.helper.HttpConnection httpConnection26 = new org.jsoup.helper.HttpConnection();
13004  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory27 = null;
13005  1 org.jsoup.Connection connection28 = httpConnection26.sslSocketFactory(sSLSocketFactory27);
13006  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory29 = null;
13007  1 org.jsoup.Connection connection30 = httpConnection26.sslSocketFactory(sSLSocketFactory29);
13008  1 org.jsoup.Connection.Request request31 = httpConnection26.request();
13009  1 org.jsoup.helper.HttpConnection httpConnection32 = new org.jsoup.helper.HttpConnection();
13010  1 org.jsoup.Connection.Request request33 = httpConnection32.request();
13011  1 org.jsoup.Connection.Request request36 = request33.addHeader("multipart/form-data", "hi!");
13012  1 java.util.Map<String, java.util.List<String>> strMap37 = request36.multiHeaders();
13013  1 java.util.Map<String, String> strMap38 = request36.cookies();
13014  1 org.jsoup.Connection connection39 = httpConnection26.headers(strMap38);
13015  1 org.jsoup.Connection connection40 = httpConnection22.data(strMap38);
13016  1 org.jsoup.Connection connection42 = httpConnection22.referrer("#document");
13017  1 org.jsoup.helper.HttpConnection httpConnection43 = new org.jsoup.helper.HttpConnection();
13018  1 org.jsoup.Connection.Request request44 = httpConnection43.request();
13019  1 org.jsoup.Connection.Request request47 = request44.addHeader("multipart/form-data", "hi!");
13020  1 boolean boolean49 = request47.hasHeader("multipart/form-data");
13021  1 boolean boolean51 = request47.hasHeader("multipart/form-data");
13022  1 org.jsoup.Connection.Method method52 = request47.method();
13023  1 org.jsoup.Connection.Method method53 = request47.method();
13024  1 org.jsoup.Connection.Request request56 = request47.addHeader("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", ":eq(-1)");
13025  1 org.jsoup.Connection connection57 = httpConnection22.request(request47);
13026  1 org.jsoup.Connection.Method method58 = org.jsoup.Connection.Method.PATCH;
13027  1 org.jsoup.Connection.Request request59 = request47.method(method58);
13028  1 org.jsoup.Connection.Request request60 = request20.method(method58);
13029  1 boolean boolean63 = request20.hasHeaderWithValue("SYSTEM", ":matches(null)");
13030  1 org.junit.Assert.assertNotNull(connection2);
13031  1 org.junit.Assert.assertNotNull(connection4);
13032  1 org.junit.Assert.assertNotNull(request5);
13033  1 org.junit.Assert.assertNotNull(request7);
13034  1 org.junit.Assert.assertNotNull(request10);
13035  1 org.junit.Assert.assertTrue("'" + method11 + "' != '" + org.jsoup.Connection.Method.GET + "'", method11.equals(org.jsoup.Connection.Method.GET));
13036  1 org.junit.Assert.assertNotNull(connection12);
13037  1 org.junit.Assert.assertNotNull(request14);
13038  1 org.junit.Assert.assertNotNull(request17);
13039  1 org.junit.Assert.assertNotNull(strMap18);
13040  1 org.junit.Assert.assertNotNull(request20);
13041  1 org.junit.Assert.assertNotNull(connection21);
13042  1 org.junit.Assert.assertNotNull(request23);
13043  1 org.junit.Assert.assertNotNull(connection25);
13044  1 org.junit.Assert.assertNotNull(connection28);
13045  1 org.junit.Assert.assertNotNull(connection30);
13046  1 org.junit.Assert.assertNotNull(request31);
13047  1 org.junit.Assert.assertNotNull(request33);
13048  1 org.junit.Assert.assertNotNull(request36);
13049  1 org.junit.Assert.assertNotNull(strMap37);
13050  1 org.junit.Assert.assertNotNull(strMap38);
13051  1 org.junit.Assert.assertNotNull(connection39);
13052  1 org.junit.Assert.assertNotNull(connection40);
13053  1 org.junit.Assert.assertNotNull(connection42);
13054  1 org.junit.Assert.assertNotNull(request44);
13055  1 org.junit.Assert.assertNotNull(request47);
13056  1 org.junit.Assert.assertTrue("'" + boolean49 + "' != '" + true + "'", boolean49 == true);
13057  1 org.junit.Assert.assertTrue("'" + boolean51 + "' != '" + true + "'", boolean51 == true);
13058  1 org.junit.Assert.assertTrue("'" + method52 + "' != '" + org.jsoup.Connection.Method.GET + "'", method52.equals(org.jsoup.Connection.Method.GET));
13059  1 org.junit.Assert.assertTrue("'" + method53 + "' != '" + org.jsoup.Connection.Method.GET + "'", method53.equals(org.jsoup.Connection.Method.GET));
13060  1 org.junit.Assert.assertNotNull(request56);
13061  1 org.junit.Assert.assertNotNull(connection57);
13062  1 org.junit.Assert.assertTrue("'" + method58 + "' != '" + org.jsoup.Connection.Method.PATCH + "'", method58.equals(org.jsoup.Connection.Method.PATCH));
13063  1 org.junit.Assert.assertNotNull(request59);
13064  1 org.junit.Assert.assertNotNull(request60);
13065  1 org.junit.Assert.assertTrue("'" + boolean63 + "' != '" + false + "'", boolean63 == false);
13066    }
13067   
 
13068  1 toggle @Test
13069    public void test0995() throws Throwable {
13070  1 if (debug)
13071  0 System.out.format("%n%s%n", "RegressionTest1.test0995");
13072  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
13073  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
13074  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory2 = null;
13075  1 org.jsoup.Connection connection3 = httpConnection0.sslSocketFactory(sSLSocketFactory2);
13076  1 org.jsoup.nodes.Document document5 = org.jsoup.Jsoup.parseBodyFragment("hi!");
13077  1 String str6 = document5.id();
13078  1 String str7 = document5.baseUri();
13079  1 org.jsoup.nodes.Element element8 = document5.clearAttributes();
13080  1 java.util.Map<String, String> strMap9 = document5.dataset();
13081  1 org.jsoup.Connection connection10 = httpConnection0.cookies(strMap9);
13082  1 org.jsoup.Connection connection12 = httpConnection0.userAgent("#declaration");
13083  1 org.junit.Assert.assertNotNull(request1);
13084  1 org.junit.Assert.assertNotNull(connection3);
13085  1 org.junit.Assert.assertNotNull(document5);
13086  1 org.junit.Assert.assertEquals("'" + str6 + "' != '" + "" + "'", str6, "");
13087  1 org.junit.Assert.assertEquals("'" + str7 + "' != '" + "" + "'", str7, "");
13088  1 org.junit.Assert.assertNotNull(element8);
13089  1 org.junit.Assert.assertNotNull(strMap9);
13090  1 org.junit.Assert.assertNotNull(connection10);
13091  1 org.junit.Assert.assertNotNull(connection12);
13092    }
13093   
 
13094  1 toggle @Test
13095    public void test0996() throws Throwable {
13096  1 if (debug)
13097  0 System.out.format("%n%s%n", "RegressionTest1.test0996");
13098  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
13099  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
13100  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
13101  1 org.jsoup.Connection.Response response4 = httpConnection0.response();
13102  1 org.jsoup.Connection connection6 = httpConnection0.ignoreContentType(false);
13103  1 org.jsoup.Connection.Request request7 = httpConnection0.request();
13104  1 org.jsoup.Connection connection10 = httpConnection0.cookie(":lt(52)", "multipart/form-data");
13105  1 org.jsoup.helper.HttpConnection httpConnection13 = new org.jsoup.helper.HttpConnection();
13106  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory14 = null;
13107  1 org.jsoup.Connection connection15 = httpConnection13.sslSocketFactory(sSLSocketFactory14);
13108  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory16 = null;
13109  1 org.jsoup.Connection connection17 = httpConnection13.sslSocketFactory(sSLSocketFactory16);
13110  1 org.jsoup.Connection.Request request18 = httpConnection13.request();
13111  1 org.jsoup.helper.HttpConnection httpConnection19 = new org.jsoup.helper.HttpConnection();
13112  1 org.jsoup.Connection.Request request20 = httpConnection19.request();
13113  1 org.jsoup.Connection.Request request23 = request20.addHeader("multipart/form-data", "hi!");
13114  1 java.util.Map<String, java.util.List<String>> strMap24 = request23.multiHeaders();
13115  1 java.util.Map<String, String> strMap25 = request23.cookies();
13116  1 org.jsoup.Connection connection26 = httpConnection13.headers(strMap25);
13117  1 java.io.InputStream inputStream29 = null;
13118  1 org.jsoup.internal.ConstrainableInputStream constrainableInputStream32 = new org.jsoup.internal.ConstrainableInputStream(inputStream29, 1, (int) (byte) 0);
13119  1 org.jsoup.Connection connection33 = httpConnection13.data("#declaration", "[hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!=multipart/form-data]", (java.io.InputStream) constrainableInputStream32);
13120  1 org.jsoup.Connection connection34 = httpConnection0.data("hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!<html>\n <head></head>\n <body>\n hi!\n </body>\n</html><html>\n <head></head>\n <body>\n hi!\n </body>\n</html>multipart/form-data<html>\n <head></head>\n <body>\n hi!\n </body>\n</html>hi!", "<html>\n <head></head>\n <body></body>\n</html>\n<html>\n <head></head>\n <body></body>\n</html>\n<head></head>\n<body></body>", (java.io.InputStream) constrainableInputStream32);
13121  1 long long36 = constrainableInputStream32.skip(0L);
13122    // The following exception was thrown during execution in test generation
13123  1 try {
13124  1 constrainableInputStream32.reset();
13125  0 org.junit.Assert.fail("Expected exception of type java.io.IOException; message: Resetting to invalid mark");
13126    } catch (java.io.IOException e) {
13127    // Expected exception.
13128    }
13129  1 org.junit.Assert.assertNotNull(request1);
13130  1 org.junit.Assert.assertNotNull(connection3);
13131  1 org.junit.Assert.assertNotNull(response4);
13132  1 org.junit.Assert.assertNotNull(connection6);
13133  1 org.junit.Assert.assertNotNull(request7);
13134  1 org.junit.Assert.assertNotNull(connection10);
13135  1 org.junit.Assert.assertNotNull(connection15);
13136  1 org.junit.Assert.assertNotNull(connection17);
13137  1 org.junit.Assert.assertNotNull(request18);
13138  1 org.junit.Assert.assertNotNull(request20);
13139  1 org.junit.Assert.assertNotNull(request23);
13140  1 org.junit.Assert.assertNotNull(strMap24);
13141  1 org.junit.Assert.assertNotNull(strMap25);
13142  1 org.junit.Assert.assertNotNull(connection26);
13143  1 org.junit.Assert.assertNotNull(connection33);
13144  1 org.junit.Assert.assertNotNull(connection34);
13145  1 org.junit.Assert.assertTrue("'" + long36 + "' != '" + 0L + "'", long36 == 0L);
13146    }
13147   
 
13148  1 toggle @Test
13149    public void test0997() throws Throwable {
13150  1 if (debug)
13151  0 System.out.format("%n%s%n", "RegressionTest1.test0997");
13152  1 org.jsoup.select.NodeFilter nodeFilter0 = null;
13153  1 org.jsoup.nodes.Document document2 = org.jsoup.Jsoup.parseBodyFragment("hi!");
13154  1 String str3 = document2.wholeText();
13155  1 org.jsoup.select.Elements elements4 = document2.parents();
13156  1 org.jsoup.nodes.Element element6 = document2.appendElement("#root=\"\"");
13157    // The following exception was thrown during execution in test generation
13158  1 try {
13159  1 org.jsoup.select.NodeFilter.FilterResult filterResult7 = org.jsoup.select.NodeTraversor.filter(nodeFilter0, (org.jsoup.nodes.Node) element6);
13160  0 org.junit.Assert.fail("Expected exception of type java.lang.NullPointerException; message: Cannot invoke \"org.jsoup.select.NodeFilter.head(org.jsoup.nodes.Node, int)\" because \"filter\" is null");
13161    } catch (NullPointerException e) {
13162    // Expected exception.
13163    }
13164  1 org.junit.Assert.assertNotNull(document2);
13165  1 org.junit.Assert.assertEquals("'" + str3 + "' != '" + "hi!" + "'", str3, "hi!");
13166  1 org.junit.Assert.assertNotNull(elements4);
13167  1 org.junit.Assert.assertNotNull(element6);
13168    }
13169   
 
13170  1 toggle @Test
13171    public void test0998() throws Throwable {
13172  1 if (debug)
13173  0 System.out.format("%n%s%n", "RegressionTest1.test0998");
13174  1 org.jsoup.nodes.Document document1 = org.jsoup.Jsoup.parseBodyFragment("hi!");
13175  1 org.jsoup.nodes.Element element3 = document1.html("Content-Encoding");
13176  1 org.jsoup.select.Elements elements5 = document1.getElementsByIndexEquals((int) (short) -1);
13177    // The following exception was thrown during execution in test generation
13178  1 try {
13179  1 org.jsoup.nodes.Element element7 = elements5.get((int) (byte) -1);
13180  0 org.junit.Assert.fail("Expected exception of type java.lang.IndexOutOfBoundsException; message: Index -1 out of bounds for length 0");
13181    } catch (IndexOutOfBoundsException e) {
13182    // Expected exception.
13183    }
13184  1 org.junit.Assert.assertNotNull(document1);
13185  1 org.junit.Assert.assertNotNull(element3);
13186  1 org.junit.Assert.assertNotNull(elements5);
13187    }
13188   
 
13189  1 toggle @Test
13190    public void test0999() throws Throwable {
13191  1 if (debug)
13192  0 System.out.format("%n%s%n", "RegressionTest1.test0999");
13193  1 org.jsoup.helper.HttpConnection httpConnection0 = new org.jsoup.helper.HttpConnection();
13194  1 org.jsoup.Connection.Request request1 = httpConnection0.request();
13195  1 org.jsoup.Connection connection3 = httpConnection0.referrer("multipart/form-data");
13196  1 org.jsoup.helper.HttpConnection httpConnection4 = new org.jsoup.helper.HttpConnection();
13197  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory5 = null;
13198  1 org.jsoup.Connection connection6 = httpConnection4.sslSocketFactory(sSLSocketFactory5);
13199  1 javax.net.ssl.SSLSocketFactory sSLSocketFactory7 = null;
13200  1 org.jsoup.Connection connection8 = httpConnection4.sslSocketFactory(sSLSocketFactory7);
13201  1 org.jsoup.Connection.Request request9 = httpConnection4.request();
13202  1 org.jsoup.helper.HttpConnection httpConnection10 = new org.jsoup.helper.HttpConnection();
13203  1 org.jsoup.Connection.Request request11 = httpConnection10.request();
13204  1 org.jsoup.Connection.Request request14 = request11.addHeader("multipart/form-data", "hi!");
13205  1 java.util.Map<String, java.util.List<String>> strMap15 = request14.multiHeaders();
13206  1 java.util.Map<String, String> strMap16 = request14.cookies();
13207  1 org.jsoup.Connection connection17 = httpConnection4.headers(strMap16);
13208  1 org.jsoup.Connection connection18 = httpConnection0.data(strMap16);
13209  1 org.jsoup.Connection connection20 = httpConnection0.referrer("#document");
13210  1 org.jsoup.helper.HttpConnection httpConnection21 = new org.jsoup.helper.HttpConnection();
13211  1 org.jsoup.Connection.Request request22 = httpConnection21.request();
13212  1 org.jsoup.Connection.Request request25 = request22.addHeader("multipart/form-data", "hi!");
13213  1 boolean boolean27 = request25.hasHeader("multipart/form-data");
13214  1 boolean boolean29 = request25.hasHeader("multipart/form-data");
13215  1 org.jsoup.Connection.Method method30 = request25.method();
13216  1 org.jsoup.Connection.Method method31 = request25.method();
13217  1 org.jsoup.Connection.Request request34 = request25.addHeader("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36", ":eq(-1)");
13218  1 org.jsoup.Connection connection35 = httpConnection0.request(request25);
13219  1 org.jsoup.Connection connection38 = connection35.cookie("<html>\n <head></head> \n <body>\n hi! \n </body>\n</html>", "org.jsoup.select.Selector$SelectorParseException: :lt(52)");
13220  1 org.junit.Assert.assertNotNull(request1);
13221  1 org.junit.Assert.assertNotNull(connection3);
13222  1 org.junit.Assert.assertNotNull(connection6);
13223  1 org.junit.Assert.assertNotNull(connection8);
13224  1 org.junit.Assert.assertNotNull(request9);
13225  1 org.junit.Assert.assertNotNull(request11);
13226  1 org.junit.Assert.assertNotNull(request14);
13227  1 org.junit.Assert.assertNotNull(strMap15);
13228  1 org.junit.Assert.assertNotNull(strMap16);
13229  1 org.junit.Assert.assertNotNull(connection17);
13230  1 org.junit.Assert.assertNotNull(connection18);
13231  1 org.junit.Assert.assertNotNull(connection20);
13232  1 org.junit.Assert.assertNotNull(request22);
13233  1 org.junit.Assert.assertNotNull(request25);
13234  1 org.junit.Assert.assertTrue("'" + boolean27 + "' != '" + true + "'", boolean27 == true);
13235  1 org.junit.Assert.assertTrue("'" + boolean29 + "' != '" + true + "'", boolean29 == true);
13236  1 org.junit.Assert.assertTrue("'" + method30 + "' != '" + org.jsoup.Connection.Method.GET + "'", method30.equals(org.jsoup.Connection.Method.GET));
13237  1 org.junit.Assert.assertTrue("'" + method31 + "' != '" + org.jsoup.Connection.Method.GET + "'", method31.equals(org.jsoup.Connection.Method.GET));
13238  1 org.junit.Assert.assertNotNull(request34);
13239  1 org.junit.Assert.assertNotNull(connection35);
13240  1 org.junit.Assert.assertNotNull(connection38);
13241    }
13242   
 
13243  1 toggle @Test
13244    public void test1000() throws Throwable {
13245  1 if (debug)
13246  0 System.out.format("%n%s%n", "RegressionTest1.test1000");
13247  1 org.jsoup.nodes.Document document1 = org.jsoup.nodes.Document.createShell("Content-Encoding=\"#root\"");
13248  1 org.jsoup.nodes.Element element3 = document1.appendElement("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36");
13249  1 org.junit.Assert.assertNotNull(document1);
13250  1 org.junit.Assert.assertNotNull(element3);
13251    }
13252    }
13253